jukebox ui wip

This commit is contained in:
minjaesong
2024-01-13 17:20:10 +09:00
parent fb9640e615
commit 1b74ee8efc
11 changed files with 226 additions and 75 deletions

View File

@@ -7,6 +7,11 @@ import net.torvald.terrarum.gameitems.ItemID
* Created by minjaesong on 2024-01-13.
*/
class MusicDisc01(originalID: ItemID) : ItemFileRef(originalID) {
init {
name = "Thousands of Shards"
author = "Orstphone"
}
override var refPath = "audio/music/discs/01 Thousands of Shards.ogg"
override var refModuleName = "basegame"
override val isDynamic = false