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

License headers

- GameScn.cs now functions the same as GameScn.gd, even though the two use different techniques in changing the clothes, due to the nature of their respective languages.
- Soundtrack works but not as intended. I think it's repeating the same song.
- License headers have been brought back.
This commit is contained in:
Anthony Wilcox 2019-06-11 00:23:08 -04:00
parent f64c5a3be8
commit e9b2cb5eaf
8 changed files with 110 additions and 32 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.