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

22 commits

Author SHA1 Message Date
Anthony Wilcox
57e148d3e2 WIP switch to C# 2019-06-10 19:57:44 -04:00
Anthony Wilcox
25f2212d4d Merge branch 'svg-remaster-2' 2019-06-08 17:15:02 -04:00
Anthony Wilcox
0d1cb030f7 Properly reference GameKit
- GameKit is now properly referenced using AutoLoad's root node instead of directly inheriting the Node because it redundent. I'm still learning. xD
- Removed Global Menu
- New icon, song, and font
- Use the engine's lighting
- Version
- SVG Sixam wordmark
2019-05-06 14:59:49 -04:00
Anthony Wilcox
164350d7cf Possible merge fix with svg-remaster-2 2019-05-05 16:25:15 -04:00
Anthony Wilcox
2b0755bf34 Huge overhual
- We'll now using Godot's native UI elements along with a custom theme and fonts.
- Changing to the character's clothes is now done by referencing the instanced node instead of the game screen. You no longer have to blindly guess where to put the placeholders from in clothes scene because the placeholders are already there for changing.
- Classic mode now has it's own copy of the character node. This was the reason for the original setup.
- Disabled some debug warnings
- Window is now resizable and will respect aspect ratio
- Credits screen
- Global menu, WIP
2019-05-05 16:15:34 -04:00
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
9ba4f11a10 Use Godot's native resolution
- Redid the wordrobe background which finally gives a chance to use Godot's native resolution, allowing for more screen real estate, and add more items.
- Removed the Classic option. It may return in the future.
2019-05-04 15:59:10 -04:00
Anthony Wilcox
6aac8c0dec Redid all of the underwear!
The following have been redone: beat up jeans, briefs, z briefs, fundosi and the owo censor.
2019-05-04 14:16:37 -04:00
Anthony Wilcox
782361dc0b Recreated a few pants
- Recreated and replaced most pants from the original with the newer recreations
- Added debug settings to project
- Created assets folder for non-SVG art source files
2019-04-30 01:51:53 -04:00
Anthony Wilcox
813aaa991c New Sixam logo
- Moved scenes to scn/ directory
- Game now uses GLES2 instead of GELES3 since it doesn't use
2019-04-27 23:45:59 -04:00
Anthony Wilcox
de597d2978 Project upgrade 2019-03-20 01:12:50 -04: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
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
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
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
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
Renamed from project.godot (Browse further)