mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
jukebox ui wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user