refactored test game music so it can be toggled on/off

This commit is contained in:
jme9
2025-03-20 13:26:27 -07:00
parent 1c5f4b1b12
commit 43903e6c42
2 changed files with 66 additions and 51 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ namespace LunaLightXMG
private float shakeTimeRemaining = 0f;
private float shakeMagnitudeCurrent = 0f;
private bool shaking = false;
// Util
Utilities util;
readonly Utilities util;
// Getters and setters
public Vector2 Position