From cb85bcb72c02c1e67f2e9794df00ad6d93ebe427 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Tue, 17 Jun 2025 16:26:44 +0300 Subject: [PATCH] add new track GodMode --- Assets/GodModeLoop.ogg | 3 +++ Assets/GodModeStart.ogg | 3 +++ MuzikaGromche/Plugin.cs | 9 ++++++++- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Assets/GodModeLoop.ogg create mode 100644 Assets/GodModeStart.ogg diff --git a/Assets/GodModeLoop.ogg b/Assets/GodModeLoop.ogg new file mode 100644 index 0000000..2206c0e --- /dev/null +++ b/Assets/GodModeLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d288d905154b81d0897a284f226ed23db2fc4d45716afbc4533534315df65e +size 484599 diff --git a/Assets/GodModeStart.ogg b/Assets/GodModeStart.ogg new file mode 100644 index 0000000..c64b651 --- /dev/null +++ b/Assets/GodModeStart.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8ebf87264d0a56b4b3bb0e1ab41d28f82c5de42a7bc2843f3595bcc6ef4858 +size 587503 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index cb374ba..bcde2ed 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -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;