From 8c660e803c7de4c6174f8d5b1cb26bf3c73fabe7 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Tue, 17 Jun 2025 18:14:29 +0300 Subject: [PATCH] add new track Peretasovka --- Assets/PeretasovkaLoop.ogg | 3 +++ Assets/PeretasovkaStart.ogg | 3 +++ MuzikaGromche/Plugin.cs | 7 +++++++ 3 files changed, 13 insertions(+) create mode 100644 Assets/PeretasovkaLoop.ogg create mode 100644 Assets/PeretasovkaStart.ogg diff --git a/Assets/PeretasovkaLoop.ogg b/Assets/PeretasovkaLoop.ogg new file mode 100644 index 0000000..a6207cf --- /dev/null +++ b/Assets/PeretasovkaLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c5ff517b55c143ac5021201063daae928d8c677b9158167b06a38796ad1a28 +size 207710 diff --git a/Assets/PeretasovkaStart.ogg b/Assets/PeretasovkaStart.ogg new file mode 100644 index 0000000..0446cda --- /dev/null +++ b/Assets/PeretasovkaStart.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce39da7799e0cf6e715a32ca6e016b5378848bbc159d90663765cedb8d271a9 +size 858033 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 8a7f98f..207216c 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -65,6 +65,13 @@ namespace MuzikaGromche Bpm = 137.36f, AudioType = AudioType.OGGVORBIS, }, + new Track + { + Name = "Peretasovka", + WindUpTimer = 59.04f, + Bpm = 130f, + AudioType = AudioType.OGGVORBIS, + }, ]; public static Coroutine JesterLightSwitching;