First attempt at creating a script for cooking assets

This commit is contained in:
Lucas S. Vieira 2024-08-18 03:01:52 -03:00 committed by Lucas Vieira
parent 23d1cc6dc2
commit e7cfa17291
26 changed files with 49 additions and 15698 deletions

View file

@ -69,7 +69,7 @@ def export_binary(f, df):
for cx in range(0, grid[0]):
chunk = get_chunk(df, cx, cy)
chunk_id = (cy * grid[0]) + cx
print(f"Exporting tile {chunk_id}...")
# print(f"Exporting tile {chunk_id}...")
# Loop for each piece within chunk
for py in range(0, 8):
for px in range(0, 8):