Changeset 9229 for code/branches/presentation2012/data/levels
- Timestamp:
- May 23, 2012, 1:07:29 PM (12 years ago)
- Location:
- code/branches/presentation2012
- Files:
-
- 6 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012
-
code/branches/presentation2012/data/levels/emptyLevel.oxw
r9016 r9229 23 23 <?lua include("includes/notifications.oxi") ?> 24 24 25 25 26 <Scene 26 27 ambientlight = "0.8, 0.8, 0.8" … … 30 31 <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"/> 31 32 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 /> 32 33 34 33 35 </Scene> 34 36 </Level> -
code/branches/presentation2012/data/levels/portals.oxw
r9016 r9229 29 29 <PortalEndPoint> 30 30 <attached> 31 < Billboard material="Portals/Default"/>31 <Model mesh="Spacegate.mesh" yaw="90"/> 32 32 </attached> 33 33 </PortalEndPoint> -
code/branches/presentation2012/data/levels/teamDeathMatch.oxw
r9016 r9229 25 25 <Scene 26 26 ambientlight = "0.7, 0.6, 0.6" 27 skybox = "Orxonox/ skypanoramagen1"27 skybox = "Orxonox/creeper1" 28 28 > 29 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" /> -
code/branches/presentation2012/data/levels/templates/spaceshipPirate.oxt
r8858 r9229 35 35 angularDamping = 0.9999999 36 36 > 37 37 38 <engines> 38 39 <MultiStateEngine position=" 0, 0, 0" template=spaceshippirateengine /> 39 40 </engines> 40 41 <attached> 41 <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale= 4mesh="pirate.mesh" />42 <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=20 mesh="pirate.mesh" /> 42 43 <BlinkingBillboard position=" 12.7,-3.8,0" material="Examples/Flare" colour="1.0, 1.0, 1" amplitude=0.04 frequency=1 quadratic=1 /> 43 44 <BlinkingBillboard position="-12.7,-3.8,0" material="Examples/Flare" colour="1.0, 1.0, 1" amplitude=0.04 frequency=1 quadratic=1 phase="90"/> -
code/branches/presentation2012/data/levels/theTimeMachine.oxw
r9016 r9229 57 57 ?> 58 58 </SpaceShip> 59 </Template> 60 61 <Template name=spaceshipassffengine baseclass=MultiStateEngine> 62 <MultiStateEngine 63 boostfactor = 2 64 65 speedfront = 150 66 speedback = 50 67 speedleftright = 50 68 speedupdown = 50 69 70 defEngineSndNormal = "sounds/Engine_low.ogg" 71 defEngineSndBoost = "sounds/Engine_high.ogg" 72 73 accelerationfront = 500 74 accelerationbrake = 500 75 accelerationback = 125 76 accelerationleftright = 125 77 accelerationupdown = 125 78 > 79 80 </MultiStateEngine> 59 81 </Template> 60 82
Note: See TracChangeset
for help on using the changeset viewer.