mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
briefy showing item name to the quickslot when the selection has changed
This commit is contained in:
@@ -31,7 +31,7 @@ class WireGraphDebugger(originalID: ItemID) : GameItem(originalID) {
|
||||
private val sb = StringBuilder()
|
||||
private val blockMarker = CommonResourcePool.get("blockmarking_actor") as BlockMarkerActor
|
||||
|
||||
override fun effectWhenEquipped(actor: ActorWithBody, delta: Float) {
|
||||
override fun effectWhileEquipped(actor: ActorWithBody, delta: Float) {
|
||||
(Terrarum.ingame!! as TerrarumIngame).selectedWireRenderClass = "wire_render_all"
|
||||
|
||||
blockMarker.markerShape = 3
|
||||
|
||||
Reference in New Issue
Block a user