CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-25 00:24:30 +12:00
parent a951c8908b
commit 5519e5bf70
18 changed files with 565 additions and 26 deletions

View file

@ -51,7 +51,7 @@ image_speed = 0;
<kind>1</kind>
<string>step_counter ++;
if(step_counter == 60*room_speed)
if(step_counter == 60*room_speed || instance_position(x,y,obj_chunk) == noone)
{
instance_destroy(self);
}