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

« back to all changes in this revision

Viewing changes to bear-factory/item-description/generic/camera_on_object.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
<?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_on_object" category="control/camera" fixable="false" box_color="#822CC2" url="http://www.gamned.org/wiki/index.php/camera_on_object">
 
3
  <inherit>
 
4
    <class>bear::camera</class>
 
5
  </inherit>
 
6
  <description>A camera shared among some objects.</description>
 
7
  <fields>
 
8
    <field type="item_reference" name="camera_on_object.items" list="true">
 
9
      <description>The items on which the camera is focused.</description>
 
10
      <default_value>none</default_value>
 
11
    </field>
 
12
    <field type="boolean" name="camera_on_object.fit_items">
 
13
      <description>Indicates if the camera must adjust its size to contain all
 
14
        items.</description>
 
15
      <default_value>false</default_value>
 
16
    </field>
 
17
  </fields>
 
18
</item>