From 6204888453815d6e2d40615a0b28bb32ade875e1 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Thu, 17 Jul 2025 00:41:35 +0300 Subject: [PATCH] Port track DeployDestroy to OGG format No gap now. --- Assets/DeployDestroyLoop.mp3 | 3 --- Assets/DeployDestroyLoop.ogg | 3 +++ Assets/DeployDestroyStart.mp3 | 3 --- Assets/DeployDestroyStart.ogg | 3 +++ MuzikaGromche/Plugin.cs | 7 ++++++- 5 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 Assets/DeployDestroyLoop.mp3 create mode 100644 Assets/DeployDestroyLoop.ogg delete mode 100644 Assets/DeployDestroyStart.mp3 create mode 100644 Assets/DeployDestroyStart.ogg diff --git a/Assets/DeployDestroyLoop.mp3 b/Assets/DeployDestroyLoop.mp3 deleted file mode 100644 index 650a82f..0000000 --- a/Assets/DeployDestroyLoop.mp3 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cf1f527ef4aa20752e378f82a812615fd7543ae954ceb1c710f7fce5cd2d66d -size 344384 diff --git a/Assets/DeployDestroyLoop.ogg b/Assets/DeployDestroyLoop.ogg new file mode 100644 index 0000000..8b18b2e --- /dev/null +++ b/Assets/DeployDestroyLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bab445ccd1cf0942867820da333e467af28c76eb9a06512fbc41425d7255989 +size 202411 diff --git a/Assets/DeployDestroyStart.mp3 b/Assets/DeployDestroyStart.mp3 deleted file mode 100644 index b827f2c..0000000 --- a/Assets/DeployDestroyStart.mp3 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fee65e4f63adf95b6007f8b81a89848036edeae9931c04601b2ec4b53002e82e -size 1261858 diff --git a/Assets/DeployDestroyStart.ogg b/Assets/DeployDestroyStart.ogg new file mode 100644 index 0000000..61e596c --- /dev/null +++ b/Assets/DeployDestroyStart.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3441bd19b89023b4f75b66ed43283fbe85bff862c3a4d3e489e09a5412a8a750 +size 759672 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 07747a5..232b032 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -48,9 +48,14 @@ namespace MuzikaGromche new Track { Name = "DeployDestroy", + AudioType = AudioType.OGGVORBIS, Language = Language.RUSSIAN, - WindUpTimer = 40.7f, + WindUpTimer = 40.68f, Bars = 8, + BeatsOffset = 0.2f, + ColorTransitionIn = 0.25f, + ColorTransitionOut = 0.25f, + ColorTransitionEasing = Easing.OutExpo, Palette = Palette.Parse(["#217F87", "#BAFF00", "#73BE25", "#78AB4E", "#FFFF00"]), }, new Track