CommitLog |
This commit is contained in:
parent
a951c8908b
commit
5519e5bf70
18 changed files with 565 additions and 26 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Reference in a new issue