diff --git a/Assets/DeployDestroyLoop.mp3 b/Assets/DeployDestroyLoop.mp3 new file mode 100644 index 0000000..650a82f --- /dev/null +++ b/Assets/DeployDestroyLoop.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf1f527ef4aa20752e378f82a812615fd7543ae954ceb1c710f7fce5cd2d66d +size 344384 diff --git a/Assets/DeployDestroyStart.mp3 b/Assets/DeployDestroyStart.mp3 new file mode 100644 index 0000000..b827f2c --- /dev/null +++ b/Assets/DeployDestroyStart.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee65e4f63adf95b6007f8b81a89848036edeae9931c04601b2ec4b53002e82e +size 1261858 diff --git a/Assets/MoyaZhittyaLoop.mp3 b/Assets/MoyaZhittyaLoop.mp3 new file mode 100644 index 0000000..1d76213 --- /dev/null +++ b/Assets/MoyaZhittyaLoop.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37909057b45be8d8095c1e0330e6539ea28aaa42445baa9f6097f750d251af63 +size 356103 diff --git a/Assets/MoyaZhittyaStart.mp3 b/Assets/MoyaZhittyaStart.mp3 new file mode 100644 index 0000000..468415e --- /dev/null +++ b/Assets/MoyaZhittyaStart.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef1be4db12e8a8393d9c7b2a56a80246f35313541c1ae0049f1ad0c722ba5da +size 952133 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index b6de3df..81b8b7d 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -23,7 +23,7 @@ namespace MuzikaGromche new Track { Name = "VseVZale", - WindUpTimer = 39f, + WindUpTimer = 39f, Bpm = 138f, }, new Track @@ -31,6 +31,12 @@ namespace MuzikaGromche Name = "DeployDestroy", WindUpTimer = 40.7f, Bpm = 130f, + }, + new Track + { + Name = "MoyaZhittya", + WindUpTimer = 34.5f, + Bpm = 120f, } ];