- Timestamp:
- Mar 20, 2010, 7:45:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups1/data/levels/pickup_ppstest1.oxw
r6574 r6575 2 2 include("stats.oxo") 3 3 include("hudtemplates3.oxo") 4 ?> 4 5 6 <?lua 5 7 include("templates/spaceship_assff.oxt") 6 8 include("templates/spaceship_pirate.oxt") 7 --include("templates/pickup_representation_templates_speed.oxt")9 include("templates/pickup_representation_templates_speed.oxt") 8 10 ?> 9 11 10 12 <Level 11 name = "S peedPickupTest"12 description = " Test for the new Speed Pickup"13 name = "Sample" 14 description = "Just a few tests" 13 15 > 14 16 <Scene … … 20 22 include("includes/pickups_speed.oxi") 21 23 ?> 22 <!-- 23 <PickupSpawner position="- 100,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">24 25 <PickupSpawner position="-25,0,-100" triggerDistance="10" respawnTime="10" maxSpawnedItems="99"> 24 26 <pickup> 25 <SpeedPickup template= "speedboostpickup"/>27 <SpeedPickup template=smallspeedpickup /> 26 28 </pickup> 27 29 </PickupSpawner> 28 --> 30 31 29 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" /> 30 33 <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 31 34 </Scene> 32 35 </Level> 33 <?lua34 include("stats.oxo")35 include("hudtemplates3.oxo")36 37 include("templates/spaceship_assff.oxt")38 include("templates/spaceship_pirate.oxt")39 -- include("templates/pickup_representation_templates_speed.oxt")40 ?>41 42 <Level43 name = "SpeedPickupTest"44 description = "Test for the new Speed Pickup"45 >46 <Scene47 ambientlight = "0.8, 0.8, 0.8"48 skybox = "Orxonox/Starbox"49 >50 51 <?lua52 include("includes/pickups_speed.oxi")53 ?>54 <!--55 <PickupSpawner position="-100,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10">56 <pickup>57 <SpeedPickup template="speedboostpickup" />58 </pickup>59 </PickupSpawner>60 -->61 <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" />62 <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />63 </Scene>64 </Level>
Note: See TracChangeset
for help on using the changeset viewer.