Scenario viewpoint, Z index management, and arrow controls

This commit is contained in:
2020-04-20 00:16:21 +01:00
parent 1f4bfc771c
commit 9d0750d134
10 changed files with 194 additions and 63 deletions

View File

@@ -26,7 +26,7 @@ const (
CellSize = 16 // seems to be
cellDataOffset = 0x110 // tentatively
cellDataOffset = 0x110 // definitely
cellCount = MaxHeight * MaxLength * MaxWidth
)