gmc-jam-3/objects/obj_bullet_boss_11/Step_0.gml

11 lines
154 B
Plaintext
Raw Normal View History

if instance_exists(obj_talker)
instance_destroy()
image_xscale = 3
image_yscale = 3
if speed <= 0
{
tacos = 1
instance_destroy();
}