mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-21 20:18:14 +07:00
Temporary fix to movement animation speed -- doesn't take velocity into account
This commit is contained in:
parent
3e9f0a9d29
commit
d4116eaa06
@ -426,6 +426,13 @@ public class Entity {
|
||||
*/
|
||||
}
|
||||
|
||||
// TODO: This seems to work well with the default movement speeds of most entities I've seen
|
||||
if (mode.equalsIgnoreCase("WL")) {
|
||||
//animation.setFrameDelta(128);
|
||||
} else if (mode.equalsIgnoreCase("RN")) {
|
||||
//animation.setFrameDelta(128);
|
||||
}
|
||||
|
||||
dirty = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user