Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8496 for code/trunk


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

Adjusted atmosphere size and added collision damage to planets.

Location:
code/trunk/data/levels
Files:
2 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>
  • code/trunk/data/levels/planets.oxw

    r8438 r8496  
    5858      rotationaxis="1,0,0"
    5959      rotationrate="1.0"
    60       atmospheresize="300.0f"
     60      atmospheresize="80.0f"
    6161      imagesize="1024.0f"
     62      collisiondamage = 2
     63      enablecollisiondamage = true
    6264    >
    6365      <attached>
     
    8183      rotationaxis="1,0,0"
    8284      rotationrate="1.0"
    83       atmospheresize="224.0f"
     85      atmospheresize="80.0f"
    8486      imagesize="1024.0f"
     87      collisiondamage = 2
     88      enablecollisiondamage = true
    8589    >
    8690      <attached>
Note: See TracChangeset for help on using the changeset viewer.