Changeset 9092 for code/branches/pCuts/data/levels
- Timestamp:
- Apr 17, 2012, 11:51:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pCuts/data/levels/tetris.oxw
r9090 r9092 9 9 include("HUDTemplates3.oxo") 10 10 include("stats.oxo") 11 include(" pongHUD.oxo")11 include("tetrisHUD.oxo") 12 12 include("templates/lodInformation.oxt") 13 13 ?> … … 24 24 <TetrisStone camerapositiontemplate=tetrisstonecameras> 25 25 <attached> 26 <Model position="0,0,0" mesh="crate.mesh" scale= 1/>26 <Model position="0,0,0" mesh="crate.mesh" scale=0.9 /> 27 27 </attached> 28 28 </TetrisStone> … … 59 59 skybox = "Orxonox/skypanoramagen1" 60 60 > 61 <!--luke_grey_-_hypermode.ogg allgorythm-lift_up.ogg Fight1.ogg --> 62 <WorldAmbientSound 63 source="Ganymede.ogg" 64 looping="true" 65 playOnLoad="true" 66 /> 67 61 68 <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" /> 69 62 70 63 71 <?lua … … 80 88 </TetrisCenterpoint> 81 89 90 <!-- ------------ insert eye candy here ---------------- --> 91 92 <!-- asteroidBelt(centerX, centerY, centerZ, yaw, pitch, segments, minSize, maxSize, radius0, radius1, count, fog) --> 93 <!-- DONT DARE TO TURN THE FOG ON, whithout finding a better belt position --> 94 <?lua 95 dofile("includes/asteroidField.lua") 96 asteroidBelt(10000, 0, 0, -40, -90, 70, 100, 200, 24000, 20000, 500, 0) 97 98 ?> 99 100 82 101 </Scene> 83 102 </Level>
Note: See TracChangeset
for help on using the changeset viewer.