tweaked zombi and added refrain only

This commit is contained in:
pi
2026-04-13 23:12:16 +02:00
parent 64e491805c
commit 29be5a0e74
2 changed files with 1 additions and 0 deletions
@@ -50,6 +50,7 @@ class MainActivity : Activity() {
copyRawToFiles(R.raw.meeresrauschen, "meeresrauschen.ogg", soundFolder)
copyRawToFiles(R.raw.regen, "regen.ogg", soundFolder)
copyRawToFiles(R.raw.zombi, "zombi.ogg", soundFolder)
copyRawToFiles(R.raw.zombi_refrain, "zombi-refrain.ogg", soundFolder)
val status = findViewById<TextView>(R.id.statusText)
val input = findViewById<EditText>(R.id.timerInput)
Binary file not shown.