Difference between revisions of "Map"
From King Arthur's Gold Wiki
(Created page with "Map is a 2D surface where gameplay takes place. Map files are PNG files and they are stored in Maps/ directory. Since game is based on block, every pixel corresponds to particul...") |
m |
||
Line 1: | Line 1: | ||
Map is a 2D surface where gameplay takes place. | Map is a 2D surface where gameplay takes place. | ||
− | Map files are PNG files and they are stored in Maps/ directory. Since game is based on | + | Map files are PNG files and they are stored in Maps/ directory. Since game is based on blocks, every pixel corresponds to particular [[items|item]] or [[blocks|block]]. |
{| class="wikitable" | {| class="wikitable" |
Revision as of 16:58, 7 June 2011
Map is a 2D surface where gameplay takes place.
Map files are PNG files and they are stored in Maps/ directory. Since game is based on blocks, every pixel corresponds to particular item or block.
RGB value | Item or block name |
---|---|
0,0,0 | Sky |
0,255,255 | Blue tent |
255,0,0 | Red tent |
90,57,16 | Dirt |
9,123,17 | Tree |
31,0,0 | Dirt wall |
40,40,40 | Rock |
55,55,55 | Thick stone |
100,113,96 | Stone |
59,64,21 | Wall |
85,42,17 | Ladder |
250,182,20 | Gold |
148,27,27 | Red door |
26,78,131 | Blue door |