newlon/scripts/systems/static-data/Settings.cs
2025-07-19 20:13:34 +05:00

10 lines
213 B
C#

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;
}