1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-10 14:34:48 -04:00
Commit graph

7 commits

Author SHA1 Message Date
Anthony Foxclaw
fce9a95c0e Load DLC from respective directories
So, my initial idea didn't pan out the way I thought. Now check_for_dlc() will traverse through DLC directories . and load the buttons if it's found.
2020-07-06 04:33:01 -04:00
Anthony Foxclaw
0d280d61e0 Made DLC loading it's own function 2020-07-06 02:28:46 -04:00
Anthony Foxclaw
f9a7c17ca6 More experimenting 2020-07-05 23:09:21 -04:00
Anthony Foxclaw
dcf583b303 More dynamic DLC loading 2020-07-05 01:52:52 -04:00
Anthony Foxclaw
6b75ee1c88 Initial start on DLC experiment 2020-07-04 21:45:03 -04:00
Anthony Foxclaw
c761b47f11 Renamed placeholders
- Renamed "[name]_placeholder" sprites to "bank_[name]"
- Remove pants and shirt functions
- Created bases for bottoms and tops
- Brought back most, if not all, pants and skirts
2020-06-27 13:41:21 -04:00
Anthony Foxclaw
d3b5f1fc1c TextureButton is now the root scene
- Due to resize issues with the grid container, TextureButton is now the root for all wardrobe items
- Brought back underwear, with the exception of the owo censor (for now)
- Remove clothing buttons are tied to wardrobe
- Game scene now properly references the wardrobe again
2020-06-27 12:06:53 -04:00