~ubuntu-branches/ubuntu/precise/pingus/precise

« back to all changes in this revision

Viewing changes to data/levels/test/test4.xml

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-02-28 19:44:25 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080228194425-e8ilohlijv02kgcf
Tags: 0.7.2-2
* Fix FTBFS with gcc-4.3 by adding the missing include in
  src/input/evdev_device.cpp (Closes: #462238):
   + debian/patches/20_fix_FTBFS_with_gcc-4.3.
* Rename former patch so that the filename reflects the order in which
  the patches are applied:
   - debian/patches/data_dir.patch
   + debian/patches/10_fix_data_directory.
* Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
* Add a dh_desktop call in the arch-dep part of debian/rules.
* Adjust the “missing-dep-for-interpreter guile” override since lintian
  now lists an alternative for that dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"  encoding="ISO-8859-1"?>
2
 
 
3
 
<pingus-level>
4
 
  <global>
5
 
    <levelname lang="en">Small map test</levelname>
6
 
    <description lang="en"><deutsch>Platzangst</deutsch>...</description>
7
 
    <author>Ingo Ruhnke &lt;grumbel@gmx.de&gt;</author>
8
 
    <number-of-pingus>100</number-of-pingus>
9
 
    <number-to-save>50</number-to-save>
10
 
    <time>9000</time>
11
 
    <width>256</width>
12
 
    <height>256</height>
13
 
  </global>
14
 
 
15
 
  <action-list>
16
 
    <basher count="20"/>
17
 
    <blocker count="20"/>
18
 
    <bomber count="20"/>
19
 
    <bridger count="20"/>
20
 
    <climber count="20"/>
21
 
    <digger count="20"/>
22
 
    <floater count="20"/>
23
 
    <jumper count="20"/>
24
 
    <miner count="20"/>
25
 
  </action-list>
26
 
 
27
 
<background type="surface">
28
 
  <surface><resource type="datafile">
29
 
    <resource-datafile>textures</resource-datafile>
30
 
  <resource-ident>Textures/crystal</resource-ident>
31
 
  </resource></surface>
32
 
  <color>
33
 
    <red>0</red>
34
 
    <green>0</green>
35
 
    <blue>0</blue>
36
 
    <alpha>0</alpha>
37
 
  </color>
38
 
  <scroll-x>0</scroll-x>
39
 
  <scroll-y>0</scroll-y>
40
 
  <para-x>0.5</para-x>
41
 
  <para-y>0.5</para-y>
42
 
  <stretch-x>0</stretch-x>
43
 
  <stretch-y>0</stretch-y>
44
 
  <position>
45
 
    <x-pos>0</x-pos>
46
 
    <y-pos>0</y-pos>
47
 
    <z-pos>-10</z-pos>
48
 
  </position>
49
 
</background>
50
 
 
51
 
<groundpiece type="solid">
52
 
  <surface><resource type="datafile">
53
 
    <resource-datafile>global</resource-datafile>
54
 
  <resource-ident>Hotspots/plate2</resource-ident>
55
 
  </resource></surface>
56
 
  <position>
57
 
    <x-pos>55</x-pos>
58
 
    <y-pos>84</y-pos>
59
 
    <z-pos>0</z-pos>
60
 
  </position>
61
 
</groundpiece>
62
 
 
63
 
<groundpiece type="solid">
64
 
  <surface><resource type="datafile">
65
 
    <resource-datafile>global</resource-datafile>
66
 
  <resource-ident>Hotspots/plate2</resource-ident>
67
 
  </resource></surface>
68
 
  <position>
69
 
    <x-pos>115</x-pos>
70
 
    <y-pos>21</y-pos>
71
 
    <z-pos>0</z-pos>
72
 
  </position>
73
 
</groundpiece>
74
 
 
75
 
<groundpiece type="solid">
76
 
  <surface><resource type="datafile">
77
 
    <resource-datafile>global</resource-datafile>
78
 
  <resource-ident>Hotspots/plate2</resource-ident>
79
 
  </resource></surface>
80
 
  <position>
81
 
    <x-pos>175</x-pos>
82
 
    <y-pos>84</y-pos>
83
 
    <z-pos>0</z-pos>
84
 
  </position>
85
 
</groundpiece>
86
 
 
87
 
<groundpiece type="solid">
88
 
  <surface><resource type="datafile">
89
 
    <resource-datafile>global</resource-datafile>
90
 
  <resource-ident>Hotspots/plate2</resource-ident>
91
 
  </resource></surface>
92
 
  <position>
93
 
    <x-pos>116</x-pos>
94
 
    <y-pos>146</y-pos>
95
 
    <z-pos>0</z-pos>
96
 
  </position>
97
 
</groundpiece>
98
 
 
99
 
<entrance>
100
 
  <position>
101
 
    <x-pos>145</x-pos>
102
 
    <y-pos>104</y-pos>
103
 
    <z-pos>0</z-pos>
104
 
  </position>
105
 
  <type>generic</type>
106
 
  <direction>left</direction>
107
 
  <release-rate>25</release-rate>
108
 
  <owner-id>0</owner-id>
109
 
</entrance>
110
 
 
111
 
  <start-position>
112
 
  <position>
113
 
    <x-pos>0</x-pos>
114
 
    <y-pos>0</y-pos>
115
 
    <z-pos>1000</z-pos>
116
 
  </position>
117
 
  </start-position>
118
 
 
119
 
</pingus-level>
120