mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-02 16:19:41 +07:00
Fixed music download error
This commit is contained in:
@ -21,7 +21,7 @@ class MusicController {
|
||||
private val musicLocation = FileType.Local
|
||||
const val musicPath = "music"
|
||||
const val modPath = "mods"
|
||||
const val musicFallbackLocation = "music/thatched-villagers.mp3"
|
||||
const val musicFallbackLocation = "/music/thatched-villagers.mp3"
|
||||
const val maxVolume = 0.6f // baseVolume has range 0.0-1.0, which is multiplied by this for the API
|
||||
private const val ticksPerSecond = 20 // Timer frequency defines smoothness of fade-in/out
|
||||
private const val timerPeriod = 1000L / ticksPerSecond
|
||||
|
Reference in New Issue
Block a user