1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-25 16:14:43 -04:00

Imported some older sprites

- Scale window
- Full body clothes
- Config file for custom window size (game is tiny on my new display)
This commit is contained in:
Tony Bark 2024-01-16 11:48:49 -05:00
parent 6d75d04fc3
commit 71dfa4d52f
56 changed files with 1187 additions and 1170 deletions

View file

@ -24,7 +24,7 @@ name_sv="Tonys klä upp"
[autoload]
Global="*res://scripts/global.gd"
Config="*res://scripts/config.gd"
[debug]
@ -32,9 +32,10 @@ gdscript/completion/autocomplete_setters_and_getters=true
[display]
window/size/viewport_width=600
window/size/viewport_height=400
window/energy_saving/keep_screen_on=false
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
window/stretch/mode="viewport"
[dotnet]