Changeset 11646 for code/branches/AsteroidMining_HS17/data
- Timestamp:
- Dec 11, 2017, 1:02:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AsteroidMining_HS17/data/levels/AsteroidFarming.oxw
r11640 r11646 2 2 name = "AsteroidFarming" 3 3 description = "Testing the Asteroid Mining Project, PPS HS 17" 4 tags = "test "4 tags = "test, showcase" 5 5 screenshot = "AsteroidFarming.png" 6 6 /> … … 15 15 include("templates/spaceshipAssff.oxt") 16 16 include("templates/spaceshipPirate.oxt") 17 17 include("templates/pickupRepresentationTemplates.oxt") 18 18 ?> 19 20 <WorldAmbientSound source="Asteroid_rocks.ogg" looping="true" playOnLoad="true" /> 19 21 20 22 <Level> … … 22 24 <Template link=lodtemplate_default /> 23 25 </templates> 26 24 27 <?lua include("includes/notifications.oxi") ?> 25 26 28 27 29 <Scene 28 30 ambientlight = "0.8, 0.8, 0.8" 29 31 skybox = "Orxonox/Starbox" 32 hasPhysics = true 30 33 > 31 34 … … 35 38 36 39 <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"/> 40 37 41 <SpawnPoint team=0 position="0,0,0" direction="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 38 42 39 40 41 43 42 44 <!-- Asteroid Display: --> … … 104 106 105 107 108 106 109 </Scene> 107 110 </Level>
Note: See TracChangeset
for help on using the changeset viewer.