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

« back to all changes in this revision

Viewing changes to bear-factory/item-description/generic/camera_shaker.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="camera_shaker" category="control/camera" fixable="false">
 
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::camera_shaker" category="control/camera" box_color="#D72F93" url="http://www.gamned.org/wiki/index.php/camera_shaker">
2
3
  <inherit>
3
 
    <class>base_item</class>
 
4
    <class>bear::base_item</class>
 
5
    <class>bear::item_with_toggle</class>
4
6
  </inherit>
 
7
  <description>An item that shakes the camera.</description>
5
8
  <fields>
6
9
    <field type="real" name="camera_shaker.shaker_force">
 
10
      <description>The force to give to shake the camera.</description>
7
11
      <default_value>10</default_value>
8
 
      <description>The shaker force to give to the camera.</description>
9
12
    </field>
10
13
  </fields>
 
14
  <new_default_value name="base_item.phantom">true</new_default_value>
 
15
  <new_default_value name="base_item.can_move_items">false</new_default_value>
 
16
  <new_default_value name="base_item.artificial">true</new_default_value>
11
17
</item>