diff --git a/Assets/DurochkaLoop.mp3 b/Assets/DurochkaLoop.mp3 new file mode 100644 index 0000000..8671508 --- /dev/null +++ b/Assets/DurochkaLoop.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b14d0747d5daba265e0123dea06b9835421a4650b69c620629388cb82c1ee3a +size 472358 diff --git a/Assets/DurochkaStart.mp3 b/Assets/DurochkaStart.mp3 new file mode 100644 index 0000000..c6ddb0b --- /dev/null +++ b/Assets/DurochkaStart.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e1b09713487ca6ae462a03e9f5aa0368664ed90532c550784f12f2a19b41fb +size 979698 diff --git a/Assets/GorgorodLoop.mp3 b/Assets/GorgorodLoop.mp3 new file mode 100644 index 0000000..4b0e794 --- /dev/null +++ b/Assets/GorgorodLoop.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcf7026320d5a872aa78712283fb51d62daf4c3a9b3c3ba8714c1e0d4861d68 +size 388019 diff --git a/Assets/GorgorodStart.mp3 b/Assets/GorgorodStart.mp3 new file mode 100644 index 0000000..0de3a4c --- /dev/null +++ b/Assets/GorgorodStart.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cca3af35e84dec234ee87db246bda85a0185a469c6c2a7a0ca158bb7048ed7 +size 1193654 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 81b8b7d..7145fbf 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -37,6 +37,18 @@ namespace MuzikaGromche Name = "MoyaZhittya", WindUpTimer = 34.5f, Bpm = 120f, + }, + new Track + { + Name = "Gorgorod", + WindUpTimer = 43.2f, + Bpm = 180f, + }, + new Track + { + Name = "Durochka", + WindUpTimer = 37f, + Bpm = 130f, } ];