debug info for upcoming wires

This commit is contained in:
minjaesong
2019-05-02 00:56:25 +09:00
parent 5816e678bf
commit 65e01b1eb0
3 changed files with 27 additions and 2 deletions

View File

@@ -39,6 +39,5 @@ class WirePieceSignalWire(override val originalID: ItemID) : GameItem() {
override fun effectWhenEquipped(delta: Float) {
IngameRenderer.selectedWireBitToDraw = Wire.BIT_SIGNAL_RED
//println("wires!")
}
}