eternal-space/objects/obj_rock/Step_0.gml
2021-08-10 00:07:54 -04:00

9 lines
151 B
Plaintext

/// @description Insert description here
// You can write your code in this editor
if(angle){
image_angle -= 1;
}else{
image_angle += 1;
};