Changeset 8560 for code/branches/dockingsystem2/data/levels
- Timestamp:
- May 24, 2011, 4:33:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/dockingsystem2/data/levels/docking.oxw
r8544 r8560 1 1 <LevelInfo 2 2 name = "Transporter" 3 description = "Level with a Transporter. Demo strates the docking system."3 description = "Level with a Transporter. Demonstrates the docking system." 4 4 tags = "" 5 5 /> … … 26 26 27 27 <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 30 28 31 29 <?lua for i = 1, 10, 1 do ?> … … 113 111 </events> 114 112 <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" /> 117 115 </attached> 118 116 </Dock>
Note: See TracChangeset
for help on using the changeset viewer.