Changeset 6542 for code/branches/ppspickups1/data/levels/pickup_ppstest.oxw
- Timestamp:
- Mar 17, 2010, 12:14:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups1/data/levels/pickup_ppstest.oxw
r6541 r6542 2 2 include("stats.oxo") 3 3 include("hudtemplates3.oxo") 4 ?>5 4 6 <?lua7 5 include("templates/spaceship_assff.oxt") 8 6 include("templates/spaceship_pirate.oxt") 9 include("templates/pickup_representation_templates.oxt")7 -- include("templates/pickup_representation_templates_speed.oxt") 10 8 ?> 11 9 12 10 <Level 13 name = "S ample"14 description = " Just a few tests"11 name = "SpeedPickupTest" 12 description = "Test for the new Speed Pickup" 15 13 > 16 14 <Scene … … 22 20 include("includes/pickups_speed.oxi") 23 21 ?> 24 22 <!-- 25 23 <PickupSpawner position="-100,0,-100" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> 26 24 <pickup> 27 < MetaPickup metaType="drop" />25 <SpeedPickup template="speedboostpickup" /> 28 26 </pickup> 29 27 </PickupSpawner> 30 28 --> 31 29 <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" /> 32 30 <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
Note: See TracChangeset
for help on using the changeset viewer.