Changeset 6359 for code/branches
- Timestamp:
- Dec 16, 2009, 12:23:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/levels/presentationHS09b.oxw
r6358 r6359 73 73 ?> 74 74 <?lua 75 for i = 1, 25, 175 for i = 1,12, 1 76 76 do 77 77 ?> 78 <SpaceShip position=" 5000,0,<?lua print(i*50 - 150) ?>" >78 <SpaceShip position="<?lua print(math.random()*500 + 4500) ?>,<?lua print(-(math.random()*500 -250)) ?>,<?lua print(i*50 - 150) ?>" > 79 79 <templates> 80 80 <Template link=spaceshipHXYSL /> 81 81 </templates> 82 82 <controller> 83 <WaypointPatrolController alertnessradius= 1000 team=0 active=true>83 <WaypointPatrolController alertnessradius=4000 team=0 active=true> 84 84 <waypoints> 85 85 <StaticEntity position="5000,<?lua print(math.random()*50)?> ,<?lua print(i*50 -150) ?>" /> … … 266 266 </AmbientSound> 267 267 268 <SpawnPoint position=" 0,0,5000" spawnclass=SpaceShip pawndesign=spaceshipassff team=0/>268 <SpawnPoint position="5000,0,2000" spawnclass=SpaceShip pawndesign=spaceshipassff team=0/> 269 269 </Scene> 270 270 </Level>
Note: See TracChangeset
for help on using the changeset viewer.