- Timestamp:
- Feb 19, 2018, 12:34:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/data/levels/emptyLevel.oxw
r11774 r11776 14 14 <?lua 15 15 include("templates/spaceshipEscort.oxt") 16 include("templates/endurancetest_template.oxt")17 include("templates/spaceshipPirate.oxt")18 include("templates/spaceshipAssff.oxt")19 20 21 16 ?> 22 17 … … 27 22 <?lua include("includes/notifications.oxi") ?> 28 23 29 <NotificationQueueCEGUI 30 name="narrative" 31 targets="simpleNotification" 32 size=3 33 displayTime=3.9 34 position="0.2, 0, 0.1, 0" 35 fontSize="23" 36 fontColor="0.3, 1, 0.2, 0.8" 37 alignment="HorzCentred" 38 displaySize="0.6, 0, 0, 0" 39 /> 40 41 <Scene 42 ambientlight = "0.5, 0.5, 0.5" 43 skybox = "Orxonox/Starbox" 24 <Scene 25 ambientlight = "0.8, 0.8, 0.8" 26 skybox = "Orxonox/Starbox" 44 27 > 45 28 46 47 <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" /> 48 49 29 <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"/> 30 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 50 31 51 <SpawnPoint position="50,0,0" direction="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />52 53 54 32 </Scene> 55 33 </Level>
Note: See TracChangeset
for help on using the changeset viewer.