add new track Peretasovka
This commit is contained in:
parent
44e0db2ba9
commit
8c660e803c
Binary file not shown.
Binary file not shown.
|
@ -65,6 +65,13 @@ namespace MuzikaGromche
|
||||||
Bpm = 137.36f,
|
Bpm = 137.36f,
|
||||||
AudioType = AudioType.OGGVORBIS,
|
AudioType = AudioType.OGGVORBIS,
|
||||||
},
|
},
|
||||||
|
new Track
|
||||||
|
{
|
||||||
|
Name = "Peretasovka",
|
||||||
|
WindUpTimer = 59.04f,
|
||||||
|
Bpm = 130f,
|
||||||
|
AudioType = AudioType.OGGVORBIS,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
public static Coroutine JesterLightSwitching;
|
public static Coroutine JesterLightSwitching;
|
||||||
|
|
Loading…
Reference in New Issue