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

« back to all changes in this revision

Viewing changes to data/levels/wip/conv.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"?>
2
 
 
3
 
<pingus-level>
4
 
  <global>
5
 
    <levelname lang="en">EditorDefaultValue: Please give me a name...</levelname>
6
 
    <description lang="en">EditorDefaultValue: ...and a short descriptions</description>
7
 
    <author>Ingo Ruhnke &lt;grumbel@gmx.de&gt;</author>
8
 
    <number-of-pingus>50</number-of-pingus>
9
 
    <number-to-save>25</number-to-save>
10
 
    <time>9000</time>
11
 
    <width>1200</width>
12
 
    <height>600</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
 
  <worldobj type="conveyorbelt">  <position>
28
 
    <x-pos>84</x-pos>
29
 
    <y-pos>149</y-pos>
30
 
    <z-pos>0</z-pos>
31
 
  </position>
32
 
    <width>10</width>
33
 
    <speed>4</speed>
34
 
  </worldobj>
35
 
 
36
 
 
37
 
  <worldobj type="conveyorbelt">  <position>
38
 
    <x-pos>84</x-pos>
39
 
    <y-pos>149</y-pos>
40
 
    <z-pos>0</z-pos>
41
 
  </position>
42
 
    <width>10</width>
43
 
    <speed>2</speed>
44
 
  </worldobj>
45
 
 
46
 
  <start-position>
47
 
  <position>
48
 
    <x-pos>50</x-pos>
49
 
    <y-pos>50</y-pos>
50
 
    <z-pos>1000</z-pos>
51
 
  </position>
52
 
  </start-position>
53
 
 
54
 
</pingus-level>
55