add new track GodMode

This commit is contained in:
ivan tkachenko 2025-06-17 16:26:44 +03:00
parent e2ae6873b8
commit cb85bcb72c
3 changed files with 14 additions and 1 deletions

BIN
Assets/GodModeLoop.ogg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Assets/GodModeStart.ogg (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -50,7 +50,14 @@ namespace MuzikaGromche
Name = "Durochka",
WindUpTimer = 37f,
Bpm = 130f,
}
},
new Track
{
Name = "GodMode",
WindUpTimer = 40.38f,
Bpm = 108f,
AudioType = AudioType.OGGVORBIS,
},
];
public static Coroutine JesterLightSwitching;