~ubuntu-branches/ubuntu/natty/plee-the-bear/natty

« back to all changes in this revision

Viewing changes to plee-the-bear/item-description/save_player_position.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="save_player_position" category="control">
 
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="ptb::save_player_position" category="control" box_color="#1CF796" url="http://www.gamned.org/wiki/index.php/save_player_position">
2
3
  <inherit>
3
 
    <class>base_item</class>
 
4
    <class>bear::base_item</class>
4
5
  </inherit>
 
6
  <description>Tell the player to save its position. The position given to the player, as a reference position, is the center of mass of the save_player_position item. The position of the player is saved only on the first collision. Never after.</description>
5
7
  <fields>
6
 
    <field type="u_integer" name="player_start_position.player_index">
 
8
    <field type="u_integer" name="save_player_position.player_index">
7
9
      <description>The index of the player whose position is saved.</description>
8
10
      <default_value>1</default_value>
9
11
    </field>