mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-12-01 08:37:23 +00:00
fix booster anp
This commit is contained in:
parent
6c74b5517c
commit
af7d7ae744
|
|
@ -51,6 +51,9 @@ impl NPC {
|
||||||
self.hit_bounds.bottom = 16 * 0x200;
|
self.hit_bounds.bottom = 16 * 0x200;
|
||||||
self.x -= 16 * 0x200;
|
self.x -= 16 * 0x200;
|
||||||
self.y += 8 * 0x200;
|
self.y += 8 * 0x200;
|
||||||
|
// interpolation glitch fix
|
||||||
|
self.prev_x = self.x;
|
||||||
|
self.prev_y = self.y;
|
||||||
}
|
}
|
||||||
|
|
||||||
self.action_counter += 1;
|
self.action_counter += 1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue