Changeset 12397 for code/branches/Boxhead_FS19/data/levels
- Timestamp:
- May 17, 2019, 3:00:54 PM (6 years ago)
- Location:
- code/branches/Boxhead_FS19/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boxhead_FS19/data/levels/Hover.oxw
r12390 r12397 75 75 <SpawnPoint 76 76 team=0 77 position="50 ,20,50"77 position="500,20,50" 78 78 lookat="100,20,100" 79 79 spawnclass=HoverShip … … 87 87 </SpaceShip> 88 88 89 <SpaceShip position="500,10000,500" lookat="50,20,50" name="enemy" health="200" maxhealth="200" initialhealth="200" > 90 <templates> 91 <Template link=spaceshipzombie /> 92 </templates> 93 </SpaceShip> 94 89 95 90 96 -
code/branches/Boxhead_FS19/data/levels/scripts/ScriptableControllerSpawn.lua
r12006 r12397 105 105 106 106 107 spawn_dummy_after_timeout( 5)107 spawn_dummy_after_timeout(10) 108 108 109 109
Note: See TracChangeset
for help on using the changeset viewer.