~ubuntu-branches/debian/jessie/xye/jessie

« back to all changes in this revision

Viewing changes to res/classic32.xml

  • Committer: Package Import Robot
  • Author(s): Bart Martens
  • Date: 2011-10-14 23:02:30 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111014230230-23nuiqfwrw0ald5v
Tags: 0.11.2+dfsg-1
Repackaged the upstream tarball to remove a few files.  Closes: #645288.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
5
 
sprites="kye32.png"
6
 
luminosity="kye32_luminosity.png"
7
 
icon='kye_icon.png'
8
 
size='32'
9
 
fontfile="DejaVuSans.ttf"
10
 
boldfontfile="DejaVuSans-Bold.ttf"
11
 
 
12
 
xyedirections ='no'
13
 
truetypesize='22'
14
 
 
15
 
>
16
 
<title>Classic Kye (32x32)</title>
17
 
<description>The classic Kye skin, scaled up for larger screen resolutions.</description>
18
 
 
19
 
<levelmenu>
20
 
    <info     red='192' green='192' blue='192' />
21
 
    <selected      red='0' green='0' blue='128' />
22
 
    <selectederror red='255' green='0' blue='0' />
23
 
    <menu          red='255' green='255' blue='255' />
24
 
    <menutext      red='0' green='0' blue='0' />
25
 
    <selectedtext  red='255' green='255' blue='255' />
26
 
    <infotext      red='0' green='0' blue='0' />
27
 
</levelmenu>
28
 
 
29
 
<!-- wall default color: -->
30
 
<color type ="WALL" red="192" green="192" blue="192" />
31
 
<!-- wall color in the sprite: -->
32
 
<color type ="WALL_SPRITE" red="255" green="255" blue="255" />
33
 
 
34
 
<!-- What color to use for one-way doors -->
35
 
<color type='ONEWAYDOOR' red='255' green='0' blue='0' />
36
 
 
37
 
<!-- What color to use for force arrows -->
38
 
<color type='FORCEARROW' red='100' green='200' blue='200' />
39
 
 
40
 
<!-- What color to use for earth / soft-blocks -->
41
 
<color type='EARTH' red='255' green='255' blue='0' />
42
 
 
43
 
<!-- What color to use for the background/floor -->
44
 
<color type='FLOOR' red='255' green='255' blue='255' />
45
 
 
46
 
 
47
 
</xyeskin>