Difference between revisions of "Map"
From King Arthur's Gold Wiki
m (unnecessary imo) |
(added some new blocks) |
||
Line 15: | Line 15: | ||
| style="background-color: #1a4e83; color: #fff" | 26,78,131 | | style="background-color: #1a4e83; color: #fff" | 26,78,131 | ||
| Blue [[door]] | | Blue [[door]] | ||
+ | |- | ||
+ | | style="background-color: #326987; color: #fff" | 50,105,135 | ||
+ | | Blue [[drawbridge]] | ||
|- | |- | ||
| style="background-color: #ff0000" | 255,0,0 | | style="background-color: #ff0000" | 255,0,0 | ||
Line 48: | Line 51: | ||
| style="background-color: #647160; color: #fff" | 100,113,96 | | style="background-color: #647160; color: #fff" | 100,113,96 | ||
| [[Stone]] | | [[Stone]] | ||
+ | |- | ||
+ | | style="background-color: #b42a11; color: #fff" | 180,42,17 | ||
+ | | [[Spikes]] | ||
|- | |- | ||
| style="background-color: #097b11; color: #fff" | 9,123,17 | | style="background-color: #097b11; color: #fff" | 9,123,17 | ||
Line 54: | Line 60: | ||
| style="background-color: #fab614" | 250,182,20 | | style="background-color: #fab614" | 250,182,20 | ||
| [[Gold]] | | [[Gold]] | ||
+ | |- | ||
+ | | style="background-color: #d5c409" | 213,196,9 | ||
+ | | [[Gold bulion]] | ||
|} | |} | ||
Revision as of 15:35, 8 July 2011
The map is a 2D surface where gameplay takes place.
Map files are PNG files and they are stored in "Maps"-directory. Every pixel in a map file corresponds to a particular item or block and is drawn in one of 15 colors, which are listed below for reference.
RGB value | Item or block name |
---|---|
0,0,0 | Sky |
0,255,255 | Blue tent |
26,78,131 | Blue door |
50,105,135 | Blue drawbridge |
255,0,0 | Red tent |
148,27,27 | Red door |
90,57,16 | Dirt |
31,0,0 | Background dirt wall |
59,64,21 | Background stone wall |
100,67,17 | Ladder placed on background dirt wall |
85,42,17 | Ladder placed on background stone wall |
40,40,40 | Rock |
55,55,55 | Thick rock |
30,50,30 | Bedrock |
100,113,96 | Stone |
180,42,17 | Spikes |
9,123,17 | Tree |
250,182,20 | Gold |
213,196,9 | Gold bulion |