mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 02:24:05 +09:00
special symbols to use shortcuts instead of literals
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package net.torvald.terrarum.modulebasegame.debuggerapp
|
||||
|
||||
import net.torvald.EMDASH
|
||||
import net.torvald.terrarum.Terrarum
|
||||
import net.torvald.terrarum.ccM
|
||||
import net.torvald.terrarum.ccW
|
||||
@@ -152,7 +153,7 @@ class ActorValueTracker constructor() : JFrame() {
|
||||
fun setTrackingActor(actor: Actor?) {
|
||||
this.actorValue = actor?.actorValue
|
||||
|
||||
this.title = "AVTracker — $actor"
|
||||
this.title = "AVTracker $EMDASH $actor"
|
||||
|
||||
if (actor is ActorWBMovable) {
|
||||
this.actor = actor
|
||||
|
||||
Reference in New Issue
Block a user