Changeset 9715
- Timestamp:
- Oct 22, 2013, 11:41:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spacestationentry/data/levels/dockingToASpaceStation.oxw
r9714 r9715 21 21 include("templates/spaceshipTurret.oxt") 22 22 include("templates/spaceshipCollateralDamage.oxt") 23 include("templates/FPS.oxt") 23 24 ?> 24 25 … … 29 30 <Template link=lodtemplate_default /> 30 31 </templates> 31 <?lua include("includes/notifications.oxi") ?>32 33 <NotificationQueueCEGUI34 name="narrative"35 targets="simpleNotification"36 size=137 displayTime=3038 position="0.2, 0, 0.1, 0"39 fontSize="24"40 fontColor="0.3, 1, 0.2, 0.8"41 alignment="HorzCentred"42 displaySize="0.6, 0, 0, 0"43 />44 32 45 33 <Scene 46 34 ambientlight = "0.8, 0.8, 0.8" 47 skybox = "Orxonox/ skyBoxMoreNebula"48 > <!-- Orxonox/Starbox -->35 skybox = "Orxonox/Starbox" 36 > 49 37 <?lua 50 38 include("includes/pickups.oxi") … … 114 102 115 103 </Dock> 116 <SpaceShip 104 105 <!--SpaceShip 117 106 template = "spaceshipcollateraldamage" 118 107 team = "0" … … 123 112 name = "collateralDamage" 124 113 radarname = "Collateral Damage" > 125 <!--126 pitch = "90"127 yaw = "0"-->128 114 <attached> 129 115 <DockingTarget name="spaceShip" /> … … 131 117 <DockingTarget name="destroyer" /> 132 118 </attached> 133 </SpaceShip> 119 </SpaceShip--> 120 121 <FpsPlayer template = "fps" radarname = "First Person Player" > 122 <attached> 123 <DockingTarget name="spaceShip" /> 124 <DistanceTriggerBeacon name="bcnDestroyer" /> 125 <DockingTarget name="destroyer" /> 126 </attached> 127 </FpsPlayer> 134 128 135 129 <!-- triple large belt around the planet -->
Note: See TracChangeset
for help on using the changeset viewer.