Changeset 8386 for code/branches/gameimmersion/data
- Timestamp:
- May 2, 2011, 5:17:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gameimmersion/data/levels/test-immersion-shield-01.oxw
r8187 r8386 1 1 <LevelInfo 2 name = "shield-test- 01"3 description = " LEVELINFO-DESCRIPTION"2 name = "shield-test-level" 3 description = "A simple Level with one shielded drone to shoot at" 4 4 /> 5 5 … … 7 7 include("HUDTemplates3.oxo") 8 8 include("stats.oxo") 9 include("templates/spaceship Assff.oxt")9 include("templates/spaceshipImmTest.oxt") 10 10 include("templates/lodInformation.oxt") 11 11 ?> 12 12 13 13 <Level 14 name = " LEVEL-NAME"14 name = "shieldTL" 15 15 description = "LEVEL-DESCRIPTION" 16 16 > 17 17 18 19 20 18 <templates> 19 <Template link=lodtemplate_default /> 20 </templates> 21 21 22 22 <Scene 23 23 ambientlight = "0.8, 0.5, 0.5" 24 24 skybox = "Orxonox/Starbox" 25 25 > 26 26 27 27 … … 64 64 for i = 1, 10, 1 do 65 65 ?> 66 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceship assff/>66 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipimmtest /> 67 67 <?lua end ?> 68 68
Note: See TracChangeset
for help on using the changeset viewer.