1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 22:04:49 -04:00
dressupzack/README.md
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

19 lines
No EOL
643 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Nathan's Dress Up
[![ko-fi](https://www.ko-fi.com/img/donate_sm.png)](https://ko-fi.com/X8X5LDU7)
Nathan's Dress Up is a open source dress up game. It's a remake of my original Flash game, ZC's Dress Up.
## Prerequisites
- [Godot](https://godotengine.org/download/windows) 3.1.1 or later, Mono version
- .NET Build Tools
- [Mono SDK](https://www.mono-project.com/download/stable/)
- [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/?q=build+tools)
- Visual Studio or MonoDevelop
_Built and tested on Godot 3.1.1 from Windows 10 1903 with Visual Studio Build Tools 2017_
## Screenshot
![](screenshot.gif)