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

3 commits

Author SHA1 Message Date
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
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