mirror of
https://github.com/TheRavenwoodArts/LunaLightXMG.git
synced 2026-07-30 22:55:03 -07:00
refactored test game music so it can be toggled on/off
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user