hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Clearer movement naming #116

Open GregHib opened 4 years ago

GregHib commented 4 years ago

Mainly Moving and Running

Moving

Teleport is an instant movement with a delay and animations move(x, y) is a plain instant movement

Moving is also a state of changing position this tick or not.

Running

Running is a state of toggle, "if I move, should I run or walk" Running is also a type of movement from one tile to another (opposed to a walk or no movement)