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

4 commits

Author SHA1 Message Date
Anthony Wilcox
bb7d4c2d2c
Switch to C# (#8)
I learned C# primarily for game development but held off switching to it on Godot 3 because it was still rough around edges - crashed way too many times. It seems to be working as it should as of 3.1.1 and that's why I'm rewriting all the GDScript portions in C# as much as possible.

However, this does make it incompatible with the Steam version, as of this writing, until the Godot devs decide how they want to publish it in future updates.
2019-06-11 01:30:02 -04:00
Anthony Wilcox
de597d2978 Project upgrade 2019-03-20 01:12:50 -04: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
72b3c539da Initial commit 2018-12-30 05:37:55 -05:00