1
This commit is contained in:
commit
55e0450bfa
@ -41,7 +41,9 @@ void InternalShot(Creature* c,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (skill_id == 0) {
|
||||||
c->room->frame_event.AddShot(c);
|
c->room->frame_event.AddShot(c);
|
||||||
|
}
|
||||||
for (auto& tuple : weapon_meta->bullet_born_offset) {
|
for (auto& tuple : weapon_meta->bullet_born_offset) {
|
||||||
a8::Vec2 bullet_born_offset = a8::Vec2(std::get<0>(tuple), std::get<1>(tuple));
|
a8::Vec2 bullet_born_offset = a8::Vec2(std::get<0>(tuple), std::get<1>(tuple));
|
||||||
bullet_born_offset.Rotate(c->attack_dir.CalcAngle(a8::Vec2::UP));
|
bullet_born_offset.Rotate(c->attack_dir.CalcAngle(a8::Vec2::UP));
|
||||||
|
@ -2195,6 +2195,7 @@ void Room::NotifyGameStart()
|
|||||||
buff_meta,
|
buff_meta,
|
||||||
1,
|
1,
|
||||||
nullptr);
|
nullptr);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
third_party/a8engine
vendored
2
third_party/a8engine
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 2b5f0d3b41e764d61181089b95c4fa568b1e1942
|
Subproject commit 8b6410826da2c0c667abdacadae6d7c00f70300d
|
Loading…
x
Reference in New Issue
Block a user