CommitLog |
This commit is contained in:
parent
e74edd8841
commit
a9c35b6d6c
9 changed files with 128 additions and 60 deletions
|
@ -17,9 +17,7 @@ for(var xx = startx; xx < xmax; xx+=32)
|
|||
{
|
||||
for(var yy = starty; yy < ymax;yy+=32)
|
||||
{
|
||||
|
||||
|
||||
if(!place_free(xx,yy))
|
||||
if(place_empty(xx,yy))
|
||||
{
|
||||
instance_create(xx,yy,obj_air);
|
||||
|
||||
|
|
Reference in a new issue