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

12 commits

Author SHA1 Message Date
Anthony Wilcox
1f8aab08bc
SVG remaster, part 1 (#5)
Up until this point, this game still relied heavily on my copy of ZC's Dress Up for editing and creating new sprites so they properly match the look and feel. The only reason why it's not included in the source code is because the format is proprietary and Adobe's editor doesn't work with all platforms that Godot does. That is unfair when the whole goal of this project to remove Flash from the equation.

This remaster aims to remove that final need by remaking in an open format, whether it be an open source editor or format. I found that using SVG as is with Inkscape as the editor does the job well because Godot can render it without any extra steps required. I tried testing out Krita and Gimp but they didn't produce the results I wanted.
2019-05-05 14:37:08 -04:00
Anthony Wilcox
98cf34c5ac Ko-fi button 2019-01-29 19:33:58 -05:00
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
42d59e7212 I forgot to update the README 2019-01-06 18:41:17 -05:00
Anthony Wilcox
cfe3ab6e49 Updated README with Patreon info
- Updated Itch.io information and included new information for supporting me on Patreon​​ in the README
2019-01-06 13:46:54 -05:00
Anthony Wilcox
20a553f9c3 Updated screenshot 2019-01-05 10:38:21 -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
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
7216c18d57 Moved sources to /project directory
- Replaced screenshot from Imgur with a local one
2019-01-01 08:48:36 -05:00
Anthony Wilcox
0b04021a9a You can play the game from Itch.io 2018-12-31 08:11:20 -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