diff --git a/Assets/GodModeLoop.ogg b/Assets/GodModeLoop.ogg new file mode 100644 index 0000000..463c128 --- /dev/null +++ b/Assets/GodModeLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3e5b7cb8263ca172cfb860457f7856e240fc4d383632dca2b6c65126ce2643 +size 483370 diff --git a/Assets/GodModeStart.ogg b/Assets/GodModeStart.ogg new file mode 100644 index 0000000..7e9a8c4 --- /dev/null +++ b/Assets/GodModeStart.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2a8fa395a26a0a9f8f1ae62d1709905cc491232f69140b161f0cf30c6bca7b +size 609881 diff --git a/Assets/RiseAndShineLoop.ogg b/Assets/RiseAndShineLoop.ogg new file mode 100644 index 0000000..b973712 --- /dev/null +++ b/Assets/RiseAndShineLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d099a45f3bfd6577906cf73c6ee4c86a345e605bb76e325dcc78943daedf7544 +size 386251 diff --git a/Assets/RiseAndShineStart.ogg b/Assets/RiseAndShineStart.ogg new file mode 100644 index 0000000..d2300ce --- /dev/null +++ b/Assets/RiseAndShineStart.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302e4dd7207ed9f5b67d1cf5fc43ed060380a88ba0d94745ea37a44b9058ce8a +size 808735 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 65cf888..b8c3b39 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -85,6 +85,32 @@ namespace MuzikaGromche ColorTransitionEasing = Easing.OutExpo, Palette = Palette.Parse(["#4C8AC5", "#AF326A", "#0B1666", "#AFD2FC", "#C55297", "#540070"]), }, + new Track + { + Name = "GodMode", + AudioType = AudioType.OGGVORBIS, + Language = Language.ENGLISH, + WindUpTimer = 40.38f, + Bars = 16, + BeatsOffset = 0.1f, + ColorTransitionIn = 0.5f, + ColorTransitionOut = 0.5f, + ColorTransitionEasing = Easing.OutCubic, + Palette = Palette.Parse(["#FBDBDB", "#4B81FF", "#564242", "#C90AE2", "#FBDBDB", "#61CBE3", "#564242", "#ED3131"]), + }, + new Track + { + Name = "RiseAndShine", + AudioType = AudioType.OGGVORBIS, + Language = Language.ENGLISH, + WindUpTimer = 59.87f, + Bars = 16, + BeatsOffset = 0.1f, + ColorTransitionIn = 0.5f, + ColorTransitionOut = 0.5f, + ColorTransitionEasing = Easing.OutCubic, + Palette = Palette.Parse(["#FC6F3C", "#3CB0FC", "#FCD489", "#564242", "#FC6F3C", "#3CB0FC", "#63E98C", "#866868"]), + }, ]; public static Track ChooseTrack()