Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2017, 3:29:03 PM (7 years ago)
Author:
merholzl
Message:

XML Ports and cleanUp

Location:
code/branches/FlappyOrx_HS17/data
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw

    r11596 r11600  
    55 screenshot = "orxonoxArcade.png"
    66/>
    7 
     7<FlappyOrx
     8      spawnDistance=50
     9      Speed = 700 />
    810<?lua
     11  include("includes/notifications.oxi")
    912  include("templates/lodInformation.oxt")
    1013  include("templates/spaceshipFlappyOrx.oxt")
     
    3740    <FlappyOrxCenterPoint name=flappyorxcenter />
    3841   
     42   
     43
    3944    <?lua
    4045      for i = 1, 5, 1 do
  • code/branches/FlappyOrx_HS17/data/levels/templates/spaceshipFlappyOrx.oxt

    r11596 r11600  
    2222    enablecollisiondamage = true
    2323
    24     speed = 100
     24   
    2525    UpwardThrust = 200
    26     gravity = 500
     26    Gravity = 700
    2727  >
    2828    <engines>
     
    3737      <SphereCollisionShape position="-1.8    ,0 ,  -11" radius="15" />
    3838      <SphereCollisionShape position="-0.8   ,0 ,  0" radius="16" />
    39       <SphereCollisionShape position="0   ,0 ,  11" radius="12.5" />
     39      <!-- <SphereCollisionShape position="0   ,0 ,  11" radius="12.5" /> -->
    4040    </collisionShapes>
    4141 
  • code/branches/FlappyOrx_HS17/data/overlays/FlappyOrxHUD.oxo

    r11596 r11600  
     1
     2
    13<Template name="FlappyOrxHUD">
    24  <OverlayGroup name="FlappyOrxHUD" scale = "1, 1">
Note: See TracChangeset for help on using the changeset viewer.