fixes, bits and pieces, changes in ID referencing, terrain and wall takes damage, working test pickaxe, and a new issue

This commit is contained in:
Song Minjae
2017-04-17 02:18:52 +09:00
parent 6087072d3d
commit f2ae2d9449
40 changed files with 502 additions and 249 deletions

View File

@@ -1,7 +1,9 @@
|Range|Description|
|-----|-----------|
|0..4095|Tiles|
|4096..32767|Items (static)|
|4096..8191|Walls|
|8192..8447|Wires|
|8448..32767|Items (static)|
|32768..1048575|Items (dynamic\*)|
|1048576..0x7FFF_FFFF|Actors|
|0x8000_0000..0xFFFF_FFFF (all negative numbers)|Faction|