mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
Further simplified design
- Removed a tone of bloat - Use simple arrows to scroll through items instead of drag-and-drop
This commit is contained in:
parent
3097f5063a
commit
6d75d04fc3
40 changed files with 1610 additions and 1161 deletions
|
@ -32,14 +32,17 @@ gdscript/completion/autocomplete_setters_and_getters=true
|
|||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=800
|
||||
window/size/viewport_height=500
|
||||
window/size/resizable=false
|
||||
window/energy_saving/keep_screen_on=false
|
||||
window/stretch/mode="canvas_items"
|
||||
window/stretch/aspect="expand"
|
||||
|
||||
[dotnet]
|
||||
|
||||
project/assembly_name="Dress Up Zack"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/SpritesheetGenerator/plugin.cfg", "res://addons/fontawesome/plugin.cfg")
|
||||
enabled=PackedStringArray("res://addons/fontawesome/plugin.cfg")
|
||||
|
||||
[file_customization]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue