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

« back to all changes in this revision

Viewing changes to data/levels/tutorial/placeholder.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">--- Empty Placeholder Level ---</levelname>
6
 
    <description lang="en">This Level is not playable and EMPTY!</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>-1</time>
11
 
    <width>1216</width>
12
 
    <height>608</height>
13
 
    <difficulty>40</difficulty>
14
 
    <playable>0</playable>
15
 
    <comment></comment>
16
 
  </global>
17
 
 
18
 
  <action-list>
19
 
    <basher count="20"/>
20
 
    <blocker count="20"/>
21
 
    <bomber count="20"/>
22
 
    <bridger count="20"/>
23
 
    <climber count="20"/>
24
 
    <digger count="20"/>
25
 
    <floater count="20"/>
26
 
    <jumper count="20"/>
27
 
    <miner count="20"/>
28
 
    <slider count="20"/>
29
 
  </action-list>
30
 
 
31
 
  <start-position>
32
 
  <position>
33
 
    <x-pos>50</x-pos>
34
 
    <y-pos>50</y-pos>
35
 
    <z-pos>1000</z-pos>
36
 
  </position>
37
 
  </start-position>
38
 
 
39
 
</pingus-level>
40