mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
same for the tooltip
This commit is contained in:
@@ -49,7 +49,8 @@ open class MusicDiscPrototype(originalID: ItemID, module: String, path: String)
|
||||
originalName = meta.title
|
||||
author = meta.author
|
||||
collection = meta.album
|
||||
name = "$author $EMDASH $originalName"
|
||||
name = meta.title
|
||||
nameSecondary = "${meta.author} $EMDASH ${meta.album}"
|
||||
}
|
||||
|
||||
@Transient override val itemImage: TextureRegion = generateSprite()
|
||||
|
||||
Reference in New Issue
Block a user