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

« back to all changes in this revision

Viewing changes to bear-factory/item-description/generic/slope.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="slope" category="block" box_color="#FFCD12">
 
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::slope" category="block" box_color="#FFCD12" url="http://www.gamned.org/wiki/index.php/slope">
2
3
  <inherit>
3
 
    <class>base_item</class>
4
 
    <class>basic_renderable_item</class>
5
 
    <class>item_with_z_shift</class>
6
 
    <class>item_with_friction</class>
7
 
    <class>item_with_decoration</class>
8
 
    <class>item_with_restricted_z_collision</class>
 
4
    <class>bear::base_item</class>
 
5
    <class>bear::basic_renderable_item</class>
 
6
    <class>bear::item_with_z_shift</class>
 
7
    <class>bear::item_with_friction</class>
 
8
    <class>bear::item_with_decoration</class>
 
9
    <class>bear::item_with_restricted_z_collision</class>
9
10
  </inherit>
 
11
  <description>A ground that is not horizontal.</description>
10
12
  <fields>
11
13
    <field type="real" name="slope.steepness" required="true">
12
14
      <description>The distance on the Y-coordinate between the left edge and
13
15
        the right edge. Cannot be equal to zero.</description>
14
16
    </field>
15
17
    <field type="real" name="slope.margin">
16
 
      <description>An extra margin above the slope.</description>
 
18
      <description>An extra margin above the slope, where the
 
19
        collisions will also be detected.</description>
17
20
      <default_value>0</default_value>
18
21
    </field>
19
22
    <field type="real" name="slope.tangent_friction">