CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-24 08:57:47 +12:00
parent e74edd8841
commit a9c35b6d6c
9 changed files with 128 additions and 60 deletions

View file

@ -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);