1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!---xyeskin, specify an image file (which must be in the same folder and be of png format) and the size of the grid-->
3<!---You can also customize the font for some reason.-->
4<xyeskin
5sprites="XMASKye.png"
6luminosity="XMASKye_luminositycopy.png"
7icon='kye_icon.png'
8size='16'
9fontfile="DejaVuSans.ttf"
10boldfontfile="DejaVuSans-Bold.ttf"
11
12xyedirections ='no'
13truetypesize='11'
14
15>
16
17
18<title>Christmas Kye</title>
19<description>This skin reproduces the look and feel of Christmas Kye. Most sprites are from that game, others were adapted by Justin de Lucia.</description>
20
21<levelmenu>
22    <info     red='220' green='220' blue='255' />
23    <selected      red='0' green='0' blue='128' />
24    <selectederror red='255' green='0' blue='0' />
25    <menu          red='255' green='255' blue='255' />
26    <menutext      red='0' green='0' blue='0' />
27    <selectedtext  red='255' green='255' blue='255' />
28    <infotext      red='0' green='0' blue='0' />
29</levelmenu>
30
31<!-- wall default color: -->
32<color type ="WALL" red="0" green="128" blue="128" />
33<!-- wall color in the sprite: -->
34<color type ="WALL_SPRITE" red="255" green="255" blue="255" />
35
36
37<!-- Yellow blocks: -->
38<color type="B" bc="Y" red='255' green='255' blue='150'/>
39<color type="F" bc="Y" red='0' green='191' blue='191'/>
40
41<!-- red blocks: -->
42<color type="B" bc="R" red='255' green='200' blue='200'/>
43<color type="F" bc="R" red='255' green='150' blue='150'/>
44
45<!-- Blue blocks: -->
46<color type="B" bc="B" red='150' green='255' blue='255'/>
47<color type="F" bc="B" red='0' green='191' blue='191'/>
48
49<!-- Green blocks: -->
50<color type="B" bc="G" red='180' green='230' blue='180'/>
51<color type="F" bc="G" red='0' green='191' blue='191'/>
52
53
54<!-- What color to use for one-way doors -->
55<color type='ONEWAYDOOR' red='255' green='0' blue='0' />
56
57<!-- What color to use for force arrows -->
58<color type='FORCEARROW' red='100' green='200' blue='200' />
59
60<!-- What color to use for earth / soft-blocks -->
61<color type='EARTH' red='255' green='255' blue='255' />
62
63<!-- What color to use for the background/floor -->
64<color type='FLOOR' red='255' green='255' blue='255' />
65
66</xyeskin>
67