another wip

This commit is contained in:
minjaesong
2024-07-21 11:46:59 +09:00
parent 85c6b87cea
commit 082e1b7ec0
3 changed files with 11 additions and 13 deletions

View File

@@ -499,7 +499,7 @@ open class ActorHumanoid : ActorWithBody, Controllable, Pocketed, Factionable, L
else {
isWalkingH = true
readonly_totalX =
readonly_totalX = speedMultByTile *
if (absAxisVal == AXIS_KEYBOARD)
avAcceleration * applyVelo(walkCounterX) * (if (left) -1f else 1f)
else