mirror of
https://github.com/doukutsu-rs/doukutsu-rs.git
synced 2026-08-24 13:02:49 -07:00
Fix Basil (NPC 7) missing animation frame
This commit is contained in:
@@ -324,7 +324,7 @@ impl NPC {
|
||||
self.vel_x = clamp(self.vel_x, -0x5ff, 0x5ff);
|
||||
self.x += self.vel_x;
|
||||
|
||||
self.animate(1, 0, 1);
|
||||
self.animate(1, 0, 2);
|
||||
|
||||
let dir_offset = if self.direction == Direction::Left { 0 } else { 3 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user