This commit is contained in:
aozhiwei 2023-12-21 16:34:33 +08:00
parent a8d7011094
commit f57738ddc6

View File

@ -3882,5 +3882,13 @@ float Creature::GetHeightOffset()
void Creature::SpecShot(const glm::vec3& pos, int max_bullet) void Creature::SpecShot(const glm::vec3& pos, int max_bullet)
{ {
room->frame_event.AddPropChgEx
(
GetWeakPtrRef(),
kPropSpecShot,
0,
pos.x,
pos.y,
pos.z
);
} }