ludum-dare-23/objects/obj_deathparticle/Step_0.gml

5 lines
51 B
Plaintext
Raw Normal View History

fader -= 1
if fader <= 0
instance_destroy()