1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 00:24:44 -04:00

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.
This commit is contained in:
Anthony Wilcox 2019-06-11 01:30:02 -04:00 committed by GitHub
parent 25f2212d4d
commit bb7d4c2d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 885 additions and 354 deletions

View file

@ -0,0 +1,4 @@
extensions: designer.cs generated.cs
extensions: .cs .cpp .h
// Anthony Wilcox licenses this file to you under the GPL license.
// See the LICENSE file in the project root for more information.