mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 02:24:05 +09:00
i dont think this should be transient
This commit is contained in:
@@ -310,7 +310,7 @@ open class ActorWithBody : Actor {
|
|||||||
var isWalkingH = false
|
var isWalkingH = false
|
||||||
var isWalkingV = false
|
var isWalkingV = false
|
||||||
|
|
||||||
@Transient private var stairPenaltyMax = 1
|
private var stairPenaltyMax = 1
|
||||||
private var stairPenaltyCounter = 0 // unit: update count. 1 second is roughly 64 updates.
|
private var stairPenaltyCounter = 0 // unit: update count. 1 second is roughly 64 updates.
|
||||||
private var stairPenaltyVector = 1.0
|
private var stairPenaltyVector = 1.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user