Changeset 8706 for code/trunk/data/levels/pong.oxw
- Timestamp:
- Jun 14, 2011, 8:53:28 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/levels/pong.oxw
r7865 r8706 15 15 <PongBat> 16 16 <camerapositions> 17 <CameraPosition position="0, 200,0" pitch=-90 absolute=true />17 <CameraPosition position="0,150,0" pitch=-90 absolute=true /> 18 18 <CameraPosition position="0,50,160" drag=true mouselook=true /> 19 19 <CameraPosition position="0,40,125" drag=true mouselook=true /> … … 56 56 <Template link=lodtemplate_default /> 57 57 </templates> 58 59 <WorldAmbientSound source="mainmenu.ogg" playOnLoad=true /> 58 <?lua include("includes/notifications.oxi") ?> 59 60 <WorldAmbientSound source="Ganymede.ogg" playOnLoad=true looping=true /> 60 61 61 62 <PongBot /> … … 67 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" /> 68 69 69 <?lua 70 for i = 1, 10, 1 do 71 ?> 72 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" /> 73 <?lua end ?> 70 <SpawnPoint position="991.729, -110.11, 435.404" orientation="0.534038, 0.563456, 0.212168, 0.593553" /> 74 71 75 72 <MovableEntity rotationrate=5 rotationaxis="0,0,1">
Note: See TracChangeset
for help on using the changeset viewer.