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

34 commits

Author SHA1 Message Date
Anthony Wilcox
07114accec Replaced with piano song
- Replaced with the piano melody with an song find in typical RPGs.
- New Remove Pants/Shirt buttons
- About window was redone with the license moved to it's own dedicated window that now includes CC-BY 4.0 notice as well.
- New assets: blue camo pants and the shirt from the cancelled "What's New Zack?"
- The Zack sprite was modified to work with the new shirt. This doesn't affact older ones, though.
2019-01-04 09:28:39 -05:00
Anthony Wilcox
1d64362544 Rewrote README
- Rewrote README to better reflect the change in direction.
- Updated screenshot
- Added a /publishing directory that contains resources for other stores. Right now this includes the Chrome Web Store, due to a variant of the original Flash version being published there years earlier.
2019-01-04 06:23:53 -05:00
Anthony Wilcox
9ca877f9c1 Fixed a dependency issue oversight 2019-01-03 18:46:14 -05:00
Anthony Wilcox
5993cb3123 There should now be a bootsplash again 2019-01-03 10:27:31 -05:00
Anthony Wilcox
5fee8f788a Removed shell
- Added more translations
- Framebuffer allocation set to 2D
- Use pixel snap
- Refined Zack base sprite and remove the static one
- Moved About, Credits, and Settings menu into a global menu
2019-01-03 10:08:15 -05:00
Anthony Wilcox
eadebd4a91 Overhualed everything
Oh boy, where to start? Zack has a tail again but it's animanted now. The background has been improved and simplfied in order to work better with the new interface. Outfits have been removed since the style makes them complicated with. Brought back previously deleted clothing and ported over new ones. There is now a "Clear" button in order to reset to the defualt. I'm also trying to figure out how to theme. Created a picture frame of "iCrazy". And so much more other little details and tweaks.
2019-01-03 07:44:53 -05:00
Anthony Wilcox
002a35bd1b WIP: change outfits on click, no drag and drop 2019-01-03 02:43:40 -05:00
Anthony Wilcox
8a501d50b3 WIP settings window 2019-01-02 08:50:05 -05:00
Anthony Wilcox
602e6b0a45 Changed window dialog types
- Changed the window dialog types to so they can be exited upon just by pressing "Ok"
- Settings shell command has been simplfied so typing "settings" will show the setting window, as oppose to the button.
- Renamed cmd_interface to shell_interface
- Tweaked the about text
2019-01-02 01:15:41 -05:00
Anthony Wilcox
05b137616c Mouth is now properly animanted
- Increased the canvas size of the mouth sprite so they can now animate properly.
- Restored the original background, but I might replace it with an redrawn version in the future with an option to return to the old one.
2019-01-02 00:51:05 -05:00
Anthony Wilcox
c91d91c14f I christen this game a full fledged port
The static image of Zack in previous attempts at a standalone port served mostly as a placeholder because I haven't animanted a sprite with a general purpose game engine and it's designer since Game Maker 6. This was no different.

But not anymore! The eyes are animanted now and soon the mouth will be too. I know that sounds small in the grand scheme of things but that pretty much means that the design of this is identical to the original Flash version. So I can say with confidence that this pretty much counts as a full fledged port of the original. I'm so glad I never gave up on figuring out how to bring this game to a wider audience in it's entirety. Think I'll be sticking with Godot for future games now.
2019-01-02 00:23:16 -05:00
Anthony Wilcox
f15145e5e5 Replaced custom windows with Godot's native ones
- Got rid of my custom windows for Godot's because I forgot the engine had those, for some reason. ¯\_(ツ)_/¯ Oh well, at least it frees up a lot of unnecessary baggage and stress. Everything else is pretty much the same, aside from that.
2019-01-01 10:54:18 -05:00
Anthony Wilcox
6a806cc55a "Shell" interface
- Created a new hidden "shell" interface. This was initially created for testing the new localization settings but can easily be extended for other purposes.
2019-01-01 09:51:46 -05:00
Anthony Wilcox
7216c18d57 Moved sources to /project directory
- Replaced screenshot from Imgur with a local one
2019-01-01 08:48:36 -05:00
Anthony Wilcox
67747196b7 Localization in English and Swedish
- New localization for English (obviously) and now Swedish. The system is very straight forward, but I'd suggest checking out Godot's documentation for a proper understanding on how it works.

https://docs.godotengine.org/en/3.0/getting_started/workflow/assets/importing_translations.html
2019-01-01 08:27:45 -05:00
Anthony Wilcox
f021869131 Switched to rect_global_position in second if statement 2018-12-31 23:34:47 -05:00
Anthony Wilcox
d91fd1cc4f Switched to rect_global_position from rect_position 2018-12-31 23:25:02 -05:00
Anthony Wilcox
0f3187be10 Music and music toggling 2018-12-31 22:00:31 -05:00
Anthony Wilcox
0b04021a9a You can play the game from Itch.io 2018-12-31 08:11:20 -05:00
Anthony Wilcox
2d2ecebd28 Removed Screenshot button and binding function 2018-12-31 07:57:22 -05:00
Anthony Wilcox
318a7a99d5 Fixed typos and phrases in README 2018-12-31 06:35:40 -05:00
Anthony Wilcox
fb6b2728c8 Created README 2018-12-31 06:32:28 -05:00
Anthony Wilcox
cbaddfbcdc Interface tweak
- Removed Splash.gd
2018-12-31 04:17:50 -05:00
Anthony Wilcox
284384e866 Replaced SixAM splash screen for logo in credits window
- Renamed drag.gd to ItemDrag.gd
2018-12-31 02:09:52 -05:00
Anthony Wilcox
7d0b5ca1b6 Minor tweak in the credits window 2018-12-30 22:50:44 -05:00
Anthony Wilcox
8fc7f9809a Added Creative Commons license 2018-12-30 22:45:53 -05:00
Anthony Wilcox
3f26afed03 Added GPL license notice to code
- New boot splash
- Removed TS2 shirt asset
2018-12-30 22:38:33 -05:00
Anthony Wilcox
fbc7ad5c0f Window.tscn was renamed to MainScreen.tscn
- New Credits window and it's respective button
- Renamed panel_height to content_height
- Window content text now supports BBCode
- Made sure the content height doesn't exceed 216 pixels
- GPL license notice now included in the about window
- SixAM splash screen
2018-12-30 21:59:05 -05:00
Anthony Wilcox
e5db016ba1 Removed unused assets
- Removed some unsued assets from the original second version
- Added window control from Project 64 and made it more customizable
- Added a Coming Soon and About window
- Redid the interface and removed the Sixam logo, for now
2018-12-30 20:07:44 -05:00
Anthony Wilcox
15c32ec7c9 Second rearrangement tweak 2018-12-30 08:46:10 -05:00
Anthony Wilcox
c3ee068c13 Minor rearrangement 2018-12-30 08:45:39 -05:00
Anthony Wilcox
3909fc9030 New clothes and accessories too
- Brought over more clothing and accessories from the original and 2.5
- Removed the Z letter from the school girl outfit
2018-12-30 08:44:12 -05:00
Anthony Wilcox
7340355a4c Bind Screenshot and About buttons 2018-12-30 07:39:01 -05:00
Anthony Wilcox
72b3c539da Initial commit 2018-12-30 05:37:55 -05:00