Changeset 9868 for code/branches/invaders/data/levels/Invaders.oxw
- Timestamp:
- Dec 3, 2013, 8:18:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/invaders/data/levels/Invaders.oxw
r9866 r9868 25 25 <?lua include("includes/notifications.oxi") ?> 26 26 27 <!-- ambientlight = "0.8, 0.8, 0.8" 28 skybox = "Orxonox/Starbox" --> 27 29 <Scene 28 ambientlight = "0.8, 0. 8, 0.8"29 skybox = "Orxonox/Starbox"30 ambientlight = "0.8, 0.7, 0.4" 31 skybox = "Orxonox/skyBoxBasic" 30 32 > 31 33 32 <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"/> 34 <!-- <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"/> --> 35 <Light type=directional position="1100, 11000, -7000" lookat="0, 0, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> 33 36 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=InvaderShip pawndesign=spaceshipinvader /> 34 <MovableEntity35 position = "-200,0,0"36 velocity = "975.7, 0, 0"37 >38 <events>39 <activity>40 <EventListener event="start" />41 </activity>42 </events>43 <attached>44 45 <Model mass="1000" mesh="ast1.mesh" />46 </attached>47 <camerapositions>48 <CameraPosition position="0,300,-100" direction="0, -1, 0" drag=false mouselook=true />49 </camerapositions>50 </MovableEntity>51 37 52 38 <DistanceTrigger name="start" position="-200,0,0" target="Pawn" distance=10 stayActive="true" delay=0 />
Note: See TracChangeset
for help on using the changeset viewer.