Changeset 5241
- Timestamp:
- Oct 28, 2008, 3:05:42 AM (16 years ago)
- Location:
- data/media/levels
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/hudtemplates.oxw
r5240 r5241 2 2 <OverlayGroup name = "spectatorhud" scale = "1, 1"> 3 3 <OverlayText 4 name = "sta rttext"4 name = "state" 5 5 position = "0.5, 0.85" 6 6 font = "VeraMono" 7 caption = "Press [Fire] to start the match !"7 caption = "Press [Fire] to start the match" 8 8 textSize = 0.05 9 9 colour = "1.0, 1.0, 0.0, 0.8" -
data/media/levels/sample2.oxw
r5240 r5241 1 1 <?lua 2 2 include("../../media/levels/hudtemplates.oxw") 3 ?> 4 5 <?lua 6 include("../../media/levels/spaceshiptemplates.oxw") 3 7 ?> 4 8 … … 11 15 skybox = "Orxonox/Starbox" 12 16 > 13 <SpawnPoint position="0, 0,100" spawnclass=Spectator/>14 <SpawnPoint position="0, 0,-700" yaw=180 spawnclass=Spectator/>15 <SpawnPoint position="0, 300,-300" pitch=-90 spawnclass=Spectator />17 <SpawnPoint position="0, 0, 100" spawnclass=SpaceShip pawndesign=spaceshipassff /> 18 <SpawnPoint position="0, 0, -700" yaw =180 spawnclass=SpaceShip pawndesign=spaceshippirate /> 19 <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipspacecruiser /> 16 20 17 21 <MovableEntity position="0,0,-300" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=90> … … 48 52 <Model position="-200,0,0" scale=10 mesh="ast6.mesh" shadow=false /> 49 53 50 <Model position=" 0,0,-100" pitch=-90 roll=-90 scale=7 mesh="assff.mesh" />54 <Model position="1000,-200,0" scale3D="1,100,100" mesh="ast1.mesh" /> 51 55 52 <Model position="1000,-200,0" scale3D="1,100,100" mesh="ast1.mesh" /> 53 </Scene> 56 <Model position="0, 0,-100" pitch=-90 roll=-90 scale=4 mesh="assff.mesh" /> 57 <Model position="0,100,-100" pitch=-90 roll=-90 scale=4 mesh="pirate.mesh" /> 58 <Model position="0,300,-100" pitch=-90 roll=-90 scale=4 mesh="spacecruiser.mesh" /> 54 59 55 <Scene56 ambientlight = "1.0, 0.0, 0.0"57 skybox = "Orxonox/StarSkyBox"58 >59 <SpawnPoint position="0,0,100" spawnclass=Spectator />60 <Model position="0,0,-100" pitch=-90 roll=-90 scale=7 mesh="assff.mesh" />61 60 </Scene> 62 61 </Level>
Note: See TracChangeset
for help on using the changeset viewer.