Changeset 11503 for code/branches/FlappyOrx_HS17/data/levels
- Timestamp:
- Oct 23, 2017, 3:19:08 PM (7 years ago)
- Location:
- code/branches/FlappyOrx_HS17/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/data/levels/FlappyOrx.oxw
r11481 r11503 7 7 8 8 <?lua 9 include("overlays/FlappyHUD.oxo") 9 include("stats.oxo") 10 include("templates/lodInformation.oxt") 11 ?> 12 13 <?lua 14 include("templates/spaceshipAssff2.oxt") 15 include("templates/spaceshipPirate.oxt") 16 include("templates/spaceshipFlappyOrx.oxt") 17 include("templates/enemyFlappyOrx.oxt") 18 include("overlays/FlappyOrxHUD.oxo") 10 19 ?> 11 20 12 21 <Level 22 plugins = flappyorx 23 gametype = FlappyOrx 13 24 > 14 <Scene 15 ambientlight = "0.8, 0.7, 0.4" 16 skybox = "Orxonox/skyBoxBasic" 17 25 <templates> 26 <Template link=lodtemplate_default /> 27 </templates> 28 <?lua include("includes/notifications.oxi") ?> 18 29 19 <WorldAmbientSound 20 source="Earth.ogg" 21 looping="true" 22 playOnLoad="true" 23 /> 30 <!-- ambientlight = "0.8, 0.8, 0.8" 31 skybox = "Orxonox/Starbox" --> 32 <Scene 33 ambientlight = "0.8, 0.7, 0.4" 34 skybox = "Orxonox/skyBoxBasic" 35 > 24 36 25 <Light type=directional position="1100, 11000, -7000" lookat="0, 0, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> 26 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0"/> 37 <WorldAmbientSound 38 source="Earth.ogg" 39 looping="true" 40 playOnLoad="true" 41 /> 27 42 28 29 </Scene> 43 <!-- <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"/> --> 44 <Light type=directional position="1100, 11000, -7000" lookat="0, 0, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> 45 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=FlappyOrxShip pawndesign=spaceshipFlappyOrx /> 46 47 48 <FlappyOrxCenterPoint name=flappyorxcenter /> 49 50 51 52 </Scene> 30 53 </Level> 54 -
code/branches/FlappyOrx_HS17/data/levels/Invaders.oxw
r10624 r11503 5 5 screenshot = "orxonoxArcade.png" 6 6 /> 7 7 8 <?lua 8 9 include("stats.oxo")
Note: See TracChangeset
for help on using the changeset viewer.