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;