sunflowers-in-the-rain/objects/obj_marisa_flame/Step_0.gml

8 lines
81 B
Plaintext
Raw Normal View History

2022-06-30 22:16:34 -07:00
image_angle += 10
lifetime -= 1;
if ( lifetime <= 0 ) {
instance_destroy();
}