ludum-dare-21/objects/obj_bullet_player/Destroy_0.gml

4 lines
97 B
Plaintext
Raw Permalink Normal View History

2021-06-16 23:23:00 -07:00
action_set_relative(1);
action_create_object(obj_ef_bulletstrike, 0, 0);
action_set_relative(0);