savegame format upd?

This commit is contained in:
minjaesong
2021-02-12 14:14:09 +09:00
parent 46b56b8fd0
commit 6e63ab7fdc
3 changed files with 11 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ Ord Hex Description
Payload "TERR" -- world terrain data in Uint16
Uncompressed size will be 2x of (width * height)
Payload "WALL" -- world walls data in Unit16
Payload "WALL" -- world walls data in Uint16
Uncompressed size will be 2x of (width * height)
Payload "TdMG" -- world terrain damage data, array of: (Int48 tileAddress, Float32 damage)