mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 21:38:02 +03:00
First attempt at creating a script for cooking assets
This commit is contained in:
parent
23d1cc6dc2
commit
e7cfa17291
26 changed files with 49 additions and 15698 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue