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

8 lines
81 B
Plaintext
Raw Normal View History

2022-06-12 23:20:11 -07:00
image_angle += 10
lifetime -= 1;
if ( lifetime <= 0 ) {
instance_destroy();
}