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 (37 lines) | stat: -rw-r--r-- 923 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="iso-8859-1"?>
<resources>
  <author>
    <name>Toon VERSTRAELEN</name>
    <nickname>Toony</nickname>
    <email>Toon.Verstraelen AT UGent.be</email>
    <country>Belgium</country>
  </author>

  <surface name="sky" file="back.jpg" />
  <surface name="map" file="front.png" />
  <surface name="preview" file="preview.jpg" />

  <name>Leafs</name>
  <water>0</water>
  <nb_mine>3</nb_mine>
  <is_open>1</is_open>

  <sprite name="wind_particle">
    <image file="birds.png">
      <grid pos="0,0" size="48,18" array="14,1"/>
    </image>
    <animation speed="100"/>
  </sprite>
  <wind>
    <nbr_sprite>40</nbr_sprite>
    <need_flip>0</need_flip>

    <mass>0.3</mass>
    <wind_factor>2.0</wind_factor>
    <air_resist_factor>1.0</air_resist_factor>
    <gravity_factor>1.0</gravity_factor>
    <rebounding>false</rebounding>
    <rebound_factor>1.0</rebound_factor>
  </wind>

</resources>