sunflowers-in-the-rain/objects/obj_enemy_shooter/Create_0.gml

6 lines
74 B
Plaintext
Raw Permalink Normal View History

2022-06-30 22:16:34 -07:00
// Inherit the parent event
event_inherited();
shootdelay = 20;
hp = 30;