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

Lowered FPS and frames in character animations

- Removed Character class
This commit is contained in:
Anthony Foxclaw 2020-06-28 18:33:20 -04:00
parent 3e96038842
commit 591110ed8f
3 changed files with 21 additions and 26 deletions

View file

@ -8,14 +8,9 @@
config_version=4
_global_script_classes=[ {
"base": "Resource",
"class": "Character",
"language": "GDScript",
"path": "res://scripts/character.gd"
} ]
_global_script_classes=[ ]
_global_script_class_icons={
"Character": ""
}
[application]
@ -38,6 +33,7 @@ gdscript/completion/autocomplete_setters_and_getters=true
window/size/width=800
window/size/height=500
window/size/resizable=false
window/dpi/allow_hidpi=true
mouse_cursor/custom_image="res://sprites/clothes/cursor.png"
window/stretch/mode="viewport"