mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 14:04:48 -04:00
- 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.
8 lines
No EOL
372 B
C#
8 lines
No EOL
372 B
C#
// Anthony Wilcox licenses this file to you under the GPL license.
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
// This code was generated by a tool. Any changes made manually will be lost
|
|
// the next time this code is regenerated.
|
|
using System.Reflection;
|
|
[assembly: AssemblyVersion("0.0.1906.1104")]
|
|
[assembly: AssemblyFileVersion("0.0.1906.1104")] |