mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
more sign stuffs
This commit is contained in:
Binary file not shown.
@@ -189,6 +189,7 @@ class FixtureTextSignCopper : Electric {
|
||||
pixmapOverlayEmsv.dispose()
|
||||
pixmapOverlayUnlitEmsv.dispose()
|
||||
overlays.forEach { it.dispose() }
|
||||
batch.dispose()
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,9 @@ class ItemTextSignCopper(originalID: ItemID) : FixtureItemBase(originalID, "net.
|
||||
override val canBeDynamic = false
|
||||
override val materialId = ""
|
||||
override val itemImage: TextureRegion
|
||||
get() = CommonResourcePool.getAsItemSheet("basegame.items").get(10, 3)
|
||||
get() = CommonResourcePool.getAsItemSheet("basegame.items").get(14, 4)
|
||||
override val itemImageEmissive: TextureRegion
|
||||
get() = CommonResourcePool.getAsItemSheet("basegame.items").get(13, 4)
|
||||
|
||||
override var baseToolSize: Double? = baseMass
|
||||
override var originalName = "ITEM_COPPER_SIGN"
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user