Title
Author
Link http://thunked.org/p/view/pub/
Created 2012-04-29 10:56:39
Expires never
Filename old
Language @Formula/@Command
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
<entity typename="furry">      

  <property class="MapSolidProperty"/>
  <property class="PlatformPhysicsProperty"/>
 
  <attribute class="SizeX" type="float" defaultvalue="32.0"/>
  <attribute class="SizeY" type="float" defaultvalue="64.0"/>
  <attribute class="SpatialState" type="uint" defaultvalue="0"/>
  <attribute class="PhysicsSizeX" type="float" defaultvalue="32.0"/>
  <attribute class="PhysicsSizeY" type="float" defaultvalue="64.0"/>
  <attribute class="PlatformState" type="uint" defaultvalue="0"/>

  <property class="SpriteProperty"/>
  <sprite texture="furrymario" priority="1" xstart="0" ystart="0" width="21" height="28" hflip="false" vflip="false"/>
 
  <property class="AnimationProperty"/>
  <animation name="" xstart="0" ystart="0" width="21" height="28" hflip="false" vflip="false" famount="1" flength="0"/>
  <animation name="" xstart="0" ystart="0" width="21" height="28" hflip="false" vflip="false" famount="1" flength="0"/>
 
  <property class="CameraFollowProperty"/>
  <property class="PlatformControlProperty"/>
</entity>

<entity typename="hitler">
...
...
...
...
Filename new
Language @Formula/@Command
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
entity:
  typename='furry'
  property:
    class='MapSolidProperty'
  property:
    class='PlatformPhysicsProperty'
  attribute:
    class='SizeX'
    type='float'
    defaultvalue='32.0'
  attribute:
    class='SizeY'
    type='float'
    defaultvalue='64.0'
  property:
    class='SpriteProperty'
    sprite:
      texture='furrymario'
      priority='1'
      xstart='0'
      ystart='0'
      width='21'
      height='28'
      hflip='false'
      vflip='false'
  property:
    class='CameraFollowProperty'
  property:
    class='PlatformControlProperty'
entity:
  typename='hitler'
...
...
...
...
...