mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 23:14:05 +09:00
boom sound for the bomb
This commit is contained in:
@@ -166,6 +166,7 @@ abstract class Actor : Comparable<Actor>, Runnable {
|
||||
it.trackingTarget = this
|
||||
it.currentTrack = music
|
||||
it.maxVolumeFun = { volume }
|
||||
it.volume = volume
|
||||
doSomethingWithTrack(it)
|
||||
it.play()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user