mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
jukebox ui wip
This commit is contained in:
@@ -12,6 +12,8 @@ import java.util.UUID
|
||||
*/
|
||||
open class ItemFileRef(originalID: ItemID) : GameItem(originalID) {
|
||||
|
||||
var author = ""
|
||||
|
||||
open var uuid: UUID = UUID(0, 0)
|
||||
|
||||
/**
|
||||
|
||||
@@ -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