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

31 commits

Author SHA1 Message Date
Anthony Leland
c406ed56d2
Modular character design (#12)
Legs, shirt and the head are now independent sprites that can be changed separately. New clothes can be made from a template instead of having to work within a blank space. This removes the need for extra layers and placeholders while opening the door to creating new scenes and migrating over to new styles.

This wasn't always possible until the SVG port removed the Adobe Animate dependency. The layers and placeholders were there because the original Flash game was based around a drag-and-drop design. Tony's Dress Up was initially intended to be a 1:1 port of the Flash game which is why it wasn't done sooner.

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.
2020-07-15 13:26:20 -04:00
Anthony Foxclaw
cc051276d4 Removed old imports
- Replaced static screenshot with gif
- WIP new modular character base
2020-07-06 05:39:10 -04:00
Anthony Foxclaw
d29889d036 Ignore web stuff 2020-07-06 04:44:42 -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
13029ede52 Use GLES2 2020-07-04 21:46:25 -04:00
Anthony Foxclaw
56056a12ff Moved remove buttons to the front
- Moved remove buttons to the front to make room for future clothes
- Disbled HDPI mode
2020-07-04 21:08:07 -04:00
Anthony Foxclaw
591110ed8f Lowered FPS and frames in character animations
- Removed Character class
2020-06-28 18:33:20 -04:00
Anthony Foxclaw
3e96038842 *UI assets 2020-06-28 14:50:16 -04:00
Anthony Foxclaw
8351b85f1a Updated README with new sections
- Added Getting Started and Authors sections
2020-06-28 14:48:50 -04:00
Anthony Foxclaw
d10dd742f8 Don't ignore audio anymore 2020-06-28 13:29:18 -04:00
Anthony Foxclaw
8e31326609 Added sound effects from Kenny
- Added sound effects from Kenny for when varies buttons are pressed so it's no longer a totally silent game
- Swapped old fonts for Kenny's fonts
- Renamed music directory to sounds and removed old imports
- Removed docs page
2020-06-28 13:26:28 -04:00
Anthony Foxclaw
91dd8349c6 Minor grammatical fixes to README 2020-06-27 22:31:11 -04:00
Anthony Foxclaw
8ba0db4d5a Docs output directory for Github pages 2020-06-27 21:47:14 -04:00
Anthony Foxclaw
cdcb5630ba Removed undies.json 2020-06-27 19:26:49 -04:00
Anthony Foxclaw
5b15bd7c0c The Flash games are abandonware 2020-06-27 18:24:49 -04:00
Anthony Foxclaw
d78e13b390 Screenshot! 2020-06-27 18:08:48 -04:00
Anthony Foxclaw
a2b238532d Re-added more clothes
- Updated README
- Added more pants and shirts
- Added flash original flash games in new /archive directory
- Updated game theme
- Renamed CC-BY file to ASSET-LICENSE
- Resized game height to 500 pixels to closely match original
2020-06-27 18:03:54 -04:00
Anthony Foxclaw
b470b9baef Removed singleton scripts
- Got rid of pause scene
2020-06-27 15:51:57 -04:00
Anthony Foxclaw
99e07176f6 Reorganized clothing nodes 2020-06-27 15:34:18 -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
Anthony Foxclaw
c7cf3c7986 Minor renaming 2020-06-27 11:36:39 -04:00
Anthony Foxclaw
f29257dcc2 Decoupled accessory button works!
- Moved clothing scripts to their own directory
2020-06-27 11:31:47 -04:00
Anthony Foxclaw
721e2ab858 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.
2020-06-27 11:20:12 -04:00
Anthony Foxclaw
bfd678a1de Project clean up 2020-06-21 10:36:07 -04:00
Anthony Foxclaw
b62e8e82c6 Disabled button style 2020-06-21 09:36:58 -04:00
Anthony Foxclaw
261ebad103 Icon refresh 2020-06-21 09:23:00 -04:00
Anthony Foxclaw
8f6ab4592d Moved entire project to root
- Removed assets and publishing directories
2020-06-21 09:16:37 -04:00
Anthony Foxclaw
4b37f6be3b Massive reorganization
- New UI from Kenny's
- Sprites are no longer filtered
2020-06-21 09:13:23 -04:00
Anthony Wilcox
0e3bb682bb Music Score and JSON files WIP
- WIP music score inspired by The Sims 2's CAS. This is what Tony's Dress Up was inspired by back when it was still a Flash project.
- WIP JSON support for parsing clothings and rendering clothing as buttons
- Extended gitignore to support all of .NET Core and Monodevelop, due to Godot's upcoming support of the latter and future-proofing the former with .NET 5 inbound.
2019-12-22 09:03:29 -05:00
Anthony Wilcox
7fb6faa9bb Initial source commit 2019-11-08 14:59:36 -05:00