Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2011, 9:01:09 PM (13 years ago)
Author:
youngk
Message:

Adjusted atmosphere size and added collision damage to planets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/earth.oxw

    r8472 r8496  
    6969      rotationaxis="0,1,0"
    7070      rotationrate="0.2"
    71       atmospheresize="300.0f"
     71      atmospheresize="80.0f"
    7272      imagesize="1024.0f"
     73      collisiondamage = 2
     74      enablecollisiondamage = true
    7375    >
    7476      <attached>
     
    9395      rotationaxis="0,1,0"
    9496      rotationrate="0.2"
    95       atmospheresize="300.0f"
     97      atmospheresize="80.0f"
    9698      imagesize="1024.0f"
     99      collisiondamage = 2
     100      enablecollisiondamage = true
    97101    >
    98102      <attached>
     
    107111    <!-- Create portals from Earth to the Moon -->
    108112    <PortalLink fromID="1" toID="2" />
    109     <!--<PortalLink fromID="2" toID="1" />-->
     113    <PortalLink fromID="2" toID="1" />
    110114  </Scene>
    111115</Level>
Note: See TracChangeset for help on using the changeset viewer.