Saving some parameters

This commit is contained in:
Rendo 2025-07-12 08:43:56 +05:00
commit 48a22dd956
13 changed files with 73 additions and 14 deletions

View file

@ -31,6 +31,7 @@ public class Utility
public static double SFX = 1.0f;
public static double Music = 1.0f;
public static bool Splash = false;
}