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

10 commits

Author SHA1 Message Date
Anthony Wilcox
48083be23a 5 columns of shirts instead of 6
- Changed screenshot to a gif to better show off the game
2019-01-07 08:16:02 -05:00
Anthony Wilcox
238d67146e Zack is now Nathan
The character in this dress up game is now a cat and named Nathan. This is because my original style unintentionally made him look like a cat. His name change to Nathan from Zack is because I don't want to cause confusion between people who use to know me as Zack and my first fursona.
2019-01-06 18:36:31 -05:00
Anthony Wilcox
248d8b2eb9 New underwear and varies internal tweaks
- New item for both modes: fundosi. This will be last new item in Classic mode due to the limitions in how it was designed.
- Certain assets for Classic mode have moved to the /classic directory.
- New accessories layor in Modern mode. The camera item to return. However, I had to get rid of the Clear [all] button.
- WinDialogs and GameKit are now autoloaded.
- StartScn was renamed to TitleScn.
- The boot splash (formally the game splash) is now transparent in order to let the game engine provide the background color.
2019-01-05 21:45:27 -05:00
Anthony Wilcox
67dac38ded Moved common functions to GameKit.gd
- GameKit.gd is meant to act as library. Right now it contains functions for simplfying game pausing and making it easier to switch between commonly used scenes. This should ONLY be used for scripts that inherent the base node type (i.e. Node).
- Screenshot was updated to remove the menu bar.
2019-01-05 14:29:39 -05:00
Anthony Wilcox
e96a904041 Game experience should be more consistent now
- The Exit (to menu) and Settings buttons have been merged into a single Pause window that can be accessed by pressing Escape or Start/"Nintendo +" from the keyboard or game controllers, respectfully. Interacting with the game should be more user friendly and predictable now.
2019-01-05 12:28:50 -05:00
Anthony Wilcox
20a553f9c3 Updated screenshot 2019-01-05 10:38:21 -05:00
Anthony Wilcox
b85ee22101 Start screen
- Created a start screen with the game title in order to switch between Modern and Classic modes. I moved the credits and license buttons out of the About window and into this screen. The About window itself is gona now since it kinda redundant, anyway.
2019-01-05 09:17:59 -05:00
Anthony Wilcox
93a70f2da9 Updated screenshot with the Classic mode button 2019-01-04 19:56:35 -05:00
Anthony Wilcox
e85265d1af Fixed some oversights between Classic & Modern 2019-01-04 19:16:59 -05:00
Anthony Wilcox
f5b0b0ec06 Classic Mode 2019-01-04 19:00:35 -05:00