Starting on shaped tile hitboxes
This commit is contained in:
@ -422,7 +422,7 @@ with open(headerPath, 'w') as f:
|
||||
for i in range(worldHeight):
|
||||
f.write(" ")
|
||||
for j in range(worldWidth):
|
||||
if (j, i) in chunksDone:
|
||||
if(j, i) in chunksDone:
|
||||
f.write(f"&CHUNK_{j}_{i}, ")
|
||||
else:
|
||||
f.write("NULL, ")
|
||||
|
Reference in New Issue
Block a user