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

5 commits

Author SHA1 Message Date
Anthony Foxclaw
bb3f57a1b3 Twemoji-based clothes
- New Emoji-based shirts based on Twemoji because the idea sounded fun. Credits will eventually be added in-game but for now it's in the README.
- For the time being, a few of the ZC's Dress Up-era shirts have pulled because they were never properly ported over during the remaster.
- The train sweater had it's track logo replaced with the train emoji.
- Removed PNG clothing sprites.
- Version label.
2020-07-15 13:19:02 -04:00
Anthony Foxclaw
b6c0ca0855 Modular character design WIP 2020-07-15 06:11:01 -04:00
Anthony Foxclaw
b71e50cf1d
DLC support (#11)
This update adds support for loading in DLC using the check_for_dlc() function. New clothes and accessories are added by searching through "res://scenes/dlc/shirts/" directory, for example, and added to the respective tab in the wardrobe as if it were part of the base game. It's not the best solution in the world but it works.
2020-07-06 04:40:11 -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