Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2011, 4:33:48 PM (13 years ago)
Author:
dafrick
Message:

Some cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/dockingsystem2/data/levels/docking.oxw

    r8544 r8560  
    11<LevelInfo
    22 name = "Transporter"
    3  description = "Level with a Transporter. Demostrates the docking system."
     3 description = "Level with a Transporter. Demonstrates the docking system."
    44 tags = ""
    55/>
     
    2626
    2727    <Light type="directional" position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
    28 
    29 
    3028
    3129    <?lua for i = 1, 10, 1 do ?>
     
    113111            </events>
    114112            <attached>
    115                 <DistanceTrigger position="0,0,0" distance="30" target="Pawn" beaconMode="exclude" targetname="bcnDestroyer" name="dockMe" />
    116                 <Billboard material="Examples/Flare" colour="1.0, 0, 0" />
     113                <DistanceTrigger position="0,0,-200" distance="30" target="Pawn" beaconMode="exclude" targetname="bcnDestroyer" name="dockMe" />
     114                <Billboard position="0,0,-200" material="Examples/Flare" colour="1.0, 0, 0" />
    117115            </attached>
    118116        </Dock>
Note: See TracChangeset for help on using the changeset viewer.