filesystem rework
This commit is contained in:
parent
64323290cc
commit
2905db3dce
174 changed files with 93 additions and 353 deletions
10
scripts/systems/static-data/Settings.cs
Normal file
10
scripts/systems/static-data/Settings.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class Settings : Node
|
||||
{
|
||||
public static double SFX = 1.0f;
|
||||
public static double Music = 1.0f;
|
||||
public static bool Splash = false;
|
||||
public static bool SunClick = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue