Decomposed utility

This commit is contained in:
Rendo 2025-07-17 11:37:54 +05:00
commit bdf02db5c8
8 changed files with 29 additions and 28 deletions

View file

@ -0,0 +1,9 @@
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;
}