forked from nikita/muzika-gromche
add new track GodMode
This commit is contained in:
parent
e2ae6873b8
commit
cb85bcb72c
Binary file not shown.
Binary file not shown.
|
@ -50,7 +50,14 @@ namespace MuzikaGromche
|
||||||
Name = "Durochka",
|
Name = "Durochka",
|
||||||
WindUpTimer = 37f,
|
WindUpTimer = 37f,
|
||||||
Bpm = 130f,
|
Bpm = 130f,
|
||||||
}
|
},
|
||||||
|
new Track
|
||||||
|
{
|
||||||
|
Name = "GodMode",
|
||||||
|
WindUpTimer = 40.38f,
|
||||||
|
Bpm = 108f,
|
||||||
|
AudioType = AudioType.OGGVORBIS,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
public static Coroutine JesterLightSwitching;
|
public static Coroutine JesterLightSwitching;
|
||||||
|
|
Loading…
Reference in New Issue