eternal-space/objects/obj_rock/Step_0.gml

9 lines
151 B
Plaintext
Raw Normal View History

2021-08-02 13:17:58 -04:00
/// @description Insert description here
// You can write your code in this editor
2021-08-10 00:07:54 -04:00
if(angle){
image_angle -= 1;
}else{
image_angle += 1;
};