1
0
Fork 0
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:
dawnDus 2022-02-08 17:26:21 -05:00
parent 79d28822e8
commit e53d4c7f43
No known key found for this signature in database
GPG key ID: 972AABDE81848F21

View file

@ -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,