mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-22 21:52:46 +00:00
Fix balrog missile trail
This commit is contained in:
parent
79d28822e8
commit
e53d4c7f43
|
@ -1246,7 +1246,7 @@ impl NPC {
|
|||
self.vel_x += self.direction.vector_x() * 0x20;
|
||||
if self.action_counter3 % 3 == 1 {
|
||||
state.create_caret(
|
||||
self.x + 0x1000 * self.direction.vector_x(),
|
||||
self.x + 0x1000 * self.direction.opposite().vector_x(),
|
||||
self.y,
|
||||
CaretType::Exhaust,
|
||||
self.direction,
|
||||
|
|
Loading…
Reference in a new issue