File: config.xml

package info (click to toggle)
wormux 0.7.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 35,492 kB
  • ctags: 2,984
  • sloc: cpp: 19,380; xml: 3,555; sh: 3,358; makefile: 401
file content (20 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="iso-8859-1"?>
<resources>
	<author>
		<name>Olivier Boyer</name>
		<nickname>ziolive</nickname>
		<email>ziolive AT gmail.com</email>
		<country>France</country>
	</author>

	<surface name="sky" file="desert_bg.jpg" />
	<surface name="map" file="desert.png" />
	<surface name="preview" file="desert_preview.jpg" />


	<name>Desert</name>
	<water>1</water>
	<nb_mine>7</nb_mine>
	<is_open>1</is_open>
  <infinite_background>0</infinite_background>
</resources>