~ubuntu-branches/ubuntu/trusty/plee-the-bear/trusty-proposed

« back to all changes in this revision

Viewing changes to bear-factory/item-description/generic/level_loader_item.xml

  • Committer: Bazaar Package Importer
  • Author(s): Julien Jorge, Julien Jorge
  • Date: 2010-11-17 20:13:34 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101117201334-o4dp7uq437to7oxb
Tags: 0.5.1-1
[ Julien Jorge ]
* New upstream release (Closes: #565062, #546514).
* Add armhf architecture (Closes: #604689).
* Remove patches integrated upstream: rpath-editors.diff, rpath-game.diff,
  editors-menu-section.diff.
* Bump the Standard-Version, no changes.
* Update my email address.
* Set build dependency of libclaw to 1.6.0.
* Add the missing ${misc:Depends} in debian/control.
* List gettext translations in bear-factory.install and plee-the-bear.install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<item class="level_loader_item" category="level loading">
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<item xmlns="http://www.gamned.org/bear/schema/0.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gamned.org/bear/schema/0.5 http://www.gamned.org/bear/schema/0.5/item-description.xsd" class="bear::level_loader_item" category="level loading" box_color="#9B975F" url="http://www.gamned.org/wiki/index.php/level_loader_item">
2
3
  <inherit>
3
 
    <class>base_item</class>
 
4
    <class>bear::base_item</class>
4
5
  </inherit>
 
6
  <description>This item loads a level.</description>
5
7
  <fields>
6
8
    <field type="real" name="level_loader_item.ratio">
7
 
      <default_value>0.5</default_value>
8
 
      <interval from="0" to="1"/>
9
9
      <description>Ratio of the game's time window to spend in the loading of
10
10
        the level.</description>
 
11
      <interval from="0" to="1"/>
 
12
      <default_value>0.5</default_value>
11
13
    </field>
12
 
    <field type="string" name="level_loader_item.level" required='true'>
13
 
      <description>The name of the level to start, or the name of a game
14
 
        variable containing his name.
 
14
    <field type="string" name="level_loader_item.level" required="true">
 
15
      <description>The path of the level to start, or the name of a game
 
16
        variable containing this path.
15
17
      </description>
16
18
    </field>
17
19
  </fields>