Changeset 7083 for code/branches/presentation3
- Timestamp:
- Jun 2, 2010, 2:38:14 AM (14 years ago)
- Location:
- code/branches/presentation3/data/levels
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/data/levels/Fight in our Back.oxw
r7058 r7083 46 46 <BoxCollisionShape position="0,0.1,-11" halfExtents="2.2, 1.8, 6" /> 47 47 <BoxCollisionShape position="0,0.1,-19" halfExtents="1.4, 1, 2" /> 48 </collisionShapes> include("templates/lodinformation.oxt")48 </collisionShapes> 49 49 <?lua 50 50 include("includes/weaponsettings3.oxi") … … 59 59 gametype=TeamDeathmatch 60 60 > 61 62 63 61 <templates> 62 <Template link=lodtemplate_default /> 63 </templates> 64 64 65 65 <!-- Ausgang: Szene ===> ambientlight/skybox --> -
code/branches/presentation3/data/levels/The Time Machine.oxw
r7058 r7083 64 64 gametype=TeamDeathmatch 65 65 > 66 <templates> 67 <Template link=lodtemplate_default /> 68 </templates> 66 <templates> 67 <Template link=lodtemplate_default /> 68 </templates> 69 69 70 <Scene 70 71 ambientlight="0.8,0.8,0.8" -
code/branches/presentation3/data/levels/fps_test.oxw
r7073 r7083 5 5 include("templates/spaceship_H2.oxt") 6 6 include("templates/fps.oxt") 7 include("templates/lodinformation.oxt") 7 8 ?> 8 9 … … 11 12 description = "tests" 12 13 > 14 <templates> 15 <Template link=lodtemplate_default /> 16 </templates> 17 13 18 <Scene 14 19 ambientlight = "0.1, 0.1, 0.1" -
code/branches/presentation3/data/levels/pickups.oxw
r7072 r7083 17 17 <Template link=lodtemplate_default /> 18 18 </templates> 19 19 20 <Scene 20 21 ambientlight = "0.8, 0.8, 0.8" -
code/branches/presentation3/data/levels/presentation.oxw
r7036 r7083 13 13 <Template link=lodtemplate_default /> 14 14 </templates> 15 15 16 <Scene 16 17 ambientlight = "0.3, 0.3, 0.3" -
code/branches/presentation3/data/levels/presentation09.oxw
r7036 r7083 15 15 <Template link=lodtemplate_default /> 16 16 </templates> 17 17 18 <Scene 18 19 ambientlight = "0.5, 0.5, 0.5" -
code/branches/presentation3/data/levels/presentation09b.oxw
r7036 r7083 17 17 <Template link=lodtemplate_default /> 18 18 </templates> 19 19 20 <Scene 20 21 ambientlight = "0.5, 0.5, 0.5" -
code/branches/presentation3/data/levels/presentationHS09.oxw
r7036 r7083 18 18 <Template link=lodtemplate_default /> 19 19 </templates> 20 20 21 <Scene 21 22 ambientlight = "0.6, 0.4, 0.4" -
code/branches/presentation3/data/levels/presentationHS09b.oxw
r7036 r7083 23 23 <Template link=lodtemplate_default /> 24 24 </templates> 25 25 26 <Scene 26 27 ambientlight = "0.8, 0.8, 0.8" -
code/branches/presentation3/data/levels/presentation_FS10.oxw
r7073 r7083 5 5 include("templates/spaceship_H2.oxt") 6 6 include("templates/fps.oxt") 7 include("templates/lodinformation.oxt") 7 8 ?> 8 9 … … 11 12 description = "tests" 12 13 > 14 <templates> 15 <Template link=lodtemplate_default /> 16 </templates> 17 13 18 <Scene 14 19 ambientlight = "0.1, 0.1, 0.1" -
code/branches/presentation3/data/levels/presentation_FS10_ed.oxw
r7073 r7083 5 5 include("templates/spaceship_H2.oxt") 6 6 include("templates/fps.oxt") 7 include("templates/lodinformation.oxt") 7 8 ?> 8 9 … … 11 12 description = "tests" 12 13 > 14 <templates> 15 <Template link=lodtemplate_default /> 16 </templates> 17 13 18 <Scene 14 19 ambientlight = "0.1, 0.1, 0.1" -
code/branches/presentation3/data/levels/presentation_dm.oxw
r7036 r7083 14 14 <Template link=lodtemplate_default /> 15 15 </templates> 16 16 17 <Scene 17 18 ambientlight = "0.5, 0.5, 0.5" -
code/branches/presentation3/data/levels/presentation_pong.oxw
r7036 r7083 47 47 gametype = Pong 48 48 > 49 <templates> 50 <Template link=lodtemplate_default /> 51 </templates> 52 49 53 <AmbientSound source="ambient/mainmenu.wav" playOnLoad=true /> 50 54 -
code/branches/presentation3/data/levels/test_stars.oxw
r7036 r7083 2 2 include("stats.oxo") 3 3 include("hudtemplates3.oxo") 4 include("templates/lodinformation.oxt") 4 5 ?> 5 6 … … 16 17 <Template link=lodtemplate_default /> 17 18 </templates> 19 18 20 <Scene 19 21 ambientlight = "0.8, 0.8, 0.8" -
code/branches/presentation3/data/levels/tutorial.oxw
r7036 r7083 3 3 include("stats.oxo") 4 4 include("templates/spaceship_assff.oxt") 5 include("templates/lodinformation.oxt") 5 6 ?> 6 7 … … 12 13 <Template link=lodtemplate_default /> 13 14 </templates> 15 14 16 <Scene 15 17 ambientlight = "0.5, 0.5, 0.5" -
code/branches/presentation3/data/levels/waypoints.oxw
r7036 r7083 15 15 <Template link=lodtemplate_default /> 16 16 </templates> 17 17 18 <Scene 18 19 ambientlight = "0.5, 0.5, 0.5"
Note: See TracChangeset
for help on using the changeset viewer.