mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-20 19:16:43 +00:00
public class RadioTower extends GameObject implements Programmable, Updatable { private static final int MAP_INFO = 0x1000;
parent
57d94c6019
commit
96c509b949
@ -27,7 +27,7 @@ Each tile is is encoded as a bit field:
|
|||||||
`1000 0000 0000 0000` (`0x8000`) : Blocked (wall) tile
|
`1000 0000 0000 0000` (`0x8000`) : Blocked (wall) tile
|
||||||
`0100 0000 0000 0000` (`0x4000`) : Biomass
|
`0100 0000 0000 0000` (`0x4000`) : Biomass
|
||||||
`0010 0000 0000 0000` (`0x2000`) : Factory
|
`0010 0000 0000 0000` (`0x2000`) : Factory
|
||||||
`0001 0000 0000 0000` (`0x1000`) :
|
`0001 0000 0000 0000` (`0x1000`) : Radio Tower
|
||||||
`0000 1000 0000 0000` (`0x0800`) :
|
`0000 1000 0000 0000` (`0x0800`) :
|
||||||
`0000 0100 0000 0000` (`0x0400`) :
|
`0000 0100 0000 0000` (`0x0400`) :
|
||||||
`0000 0010 0000 0000` (`0x0200`) : Iron tile
|
`0000 0010 0000 0000` (`0x0200`) : Iron tile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user