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

8 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
7216c18d57 Moved sources to /project directory
- Replaced screenshot from Imgur with a local one
2019-01-01 08:48:36 -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
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
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
72b3c539da Initial commit 2018-12-30 05:37:55 -05:00