more wires moved from work_files into assets

This commit is contained in:
minjaesong
2021-08-16 00:27:28 +09:00
parent 16376b229a
commit 1059b4e097
11 changed files with 25 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ open class ActorWithBody(renderOrder: RenderOrder, val physProp: PhysProperties)
var drawMode = BlendMode.NORMAL
open var hasMoved: Boolean = false
open var isStationary: Boolean = true
protected set
open var tooltipText: String? = null // null: display nothing
val mouseUp: Boolean
@@ -499,7 +499,7 @@ open class ActorWithBody(renderOrder: RenderOrder, val physProp: PhysProperties)
}
hasMoved = (oldHitbox != hitbox)
isStationary = (hitbox - oldHitbox).magnitudeSquared < PHYS_EPSILON_VELO
}
/**