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

WIP decoupling clothing buttons

Couldn't think of a better title. Anyway, the current system is repeitive and redundent. While it works, it's not by means ideal. Because you have to manually write in a new condiation for every new clothing added. What makes it redundant is the fact that every clothing functions exactly the same. The only difference is in the layers it uses.
This commit is contained in:
Anthony Foxclaw 2020-06-27 11:20:12 -04:00
parent bfd678a1de
commit 721e2ab858
24 changed files with 132 additions and 84 deletions

View file

@ -8,9 +8,14 @@
config_version=4
_global_script_classes=[ ]
_global_script_classes=[ {
"base": "Resource",
"class": "Character",
"language": "GDScript",
"path": "res://scripts/character.gd"
} ]
_global_script_class_icons={
"Character": ""
}
[application]
@ -45,7 +50,7 @@ window/stretch/aspect="keep"
[gui]
theme/custom="res://styles/Game.theme"
theme/custom="res://resources/Game.theme"
theme/custom_font="res://fonts/montserrat_extra_bold_16.tres"
[importer_defaults]