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

« back to all changes in this revision

Viewing changes to bear-factory/item-description/generic/decorative_flow.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="decorative_flow" category="decoration">
 
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::decorative_flow" category="decoration" box_color="#387F8A" url="http://www.gamned.org/wiki/index.php/decorative_flow">
2
3
  <inherit>
3
 
    <class>base_item</class>
4
 
    <class>basic_renderable_item</class>
5
 
    <class>item_with_decoration</class>
6
 
    <class>item_with_activable_sides</class>
 
4
    <class>bear::base_item</class>
 
5
    <class>bear::basic_renderable_item</class>
 
6
    <class>bear::item_with_decoration</class>
 
7
    <class>bear::item_with_activable_sides</class>
7
8
  </inherit>
 
9
  <description>A rectangle in which some decorative sprites move linearly to
 
10
  simulate a flow.</description>
8
11
  <fields>
9
12
    <field type="real" name="decorative_flow.max_speed.x">
10
 
      <default_value>1</default_value>
11
13
      <description>The maximum speed of flow on x axis.</description>
 
14
      <default_value>1</default_value>
12
15
    </field>
13
16
    <field type="real" name="decorative_flow.max_speed.y">
14
 
      <default_value>1</default_value>
15
17
      <description>The maximum speed of flow on y axis.</description>
 
18
      <default_value>1</default_value>
16
19
    </field>
17
20
    <field type="real" name="decorative_flow.min_speed.x">
18
 
      <default_value>0</default_value>
19
21
      <description>The minimum speed of flow on x axis.</description>
 
22
      <default_value>0</default_value>
20
23
    </field>
21
24
    <field type="real" name="decorative_flow.min_speed.y">
22
 
      <default_value>0</default_value>
23
25
      <description>The minimum speed of flow on y axis.</description>
 
26
      <default_value>0</default_value>
24
27
    </field>
25
28
    <field type="real" name="decorative_flow.items_per_second">
26
 
      <default_value>1</default_value>
27
29
      <description>The number of items per second in average.</description>
 
30
      <default_value>1</default_value>
28
31
    </field>
29
32
  </fields>
30
33
</item>