Difference between revisions of "Map"
From King Arthur's Gold Wiki
(some more) |
(and more colors added) |
||
Line 36: | Line 36: | ||
| style="background-color: #3b4015; color: #fff" | 59,64,21 | | style="background-color: #3b4015; color: #fff" | 59,64,21 | ||
| Background stone [[wall]] | | Background stone [[wall]] | ||
+ | |- | ||
+ | | style="background-color: #552a11; color: #fff" | 85,42,17 | ||
+ | | [[Ladder]] | ||
|- | |- | ||
| style="background-color: #644311; color: #fff" | 100,67,17 | | style="background-color: #644311; color: #fff" | 100,67,17 | ||
| [[Ladder]] placed on background [[dirt]] wall | | [[Ladder]] placed on background [[dirt]] wall | ||
|- | |- | ||
− | | style="background-color: # | + | | style="background-color: #552a2c; color: #fff" | 85,42,44 |
| [[Ladder]] placed on background stone [[wall]] | | [[Ladder]] placed on background stone [[wall]] | ||
|- | |- | ||
Line 57: | Line 60: | ||
| style="background-color: #b42a11; color: #fff" | 180,42,17 | | style="background-color: #b42a11; color: #fff" | 180,42,17 | ||
| [[Spikes]] | | [[Spikes]] | ||
+ | |- | ||
+ | | style="background-color: #b46111; color: #fff" | 180,97,17 | ||
+ | | [[Spikes]] placed on background [[dirt]] wall | ||
+ | |- | ||
+ | | style="background-color: #b42a5e; color: #fff" | 180,42,94 | ||
+ | | [[Spikes]] placed on background stone [[wall]] | ||
|- | |- | ||
| style="background-color: #097b11; color: #fff" | 9,123,17 | | style="background-color: #097b11; color: #fff" | 9,123,17 | ||
Line 63: | Line 72: | ||
| style="background-color: #fab614" | 250,182,20 | | style="background-color: #fab614" | 250,182,20 | ||
| [[Gold]] | | [[Gold]] | ||
− | |||
− | |||
− | |||
|- | |- | ||
| style="background-color: #d5c409" | 213,196,9 | | style="background-color: #d5c409" | 213,196,9 | ||
− | | [[Gold bulion]] (red team | + | | [[Gold bulion]] (blue team) |
+ | |- | ||
+ | | style="background-color: #c4d509" | 196,213,9 | ||
+ | | [[Gold bulion]] (red team) | ||
|} | |} | ||
Revision as of 16:30, 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 |
135,105,135 | Red drawbridge |
90,57,16 | Dirt |
31,0,0 | Background dirt wall |
59,64,21 | Background stone wall |
85,42,17 | Ladder |
100,67,17 | Ladder placed on background dirt wall |
85,42,44 | 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 |
180,97,17 | Spikes placed on background dirt wall |
180,42,94 | Spikes placed on background stone wall |
9,123,17 | Tree |
250,182,20 | Gold |
213,196,9 | Gold bulion (blue team) |
196,213,9 | Gold bulion (red team) |