Changeset 11424 for code/branches/Boss_FS17/data/levels/shieldTest.oxw
- Timestamp:
- May 18, 2017, 3:44:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boss_FS17/data/levels/shieldTest.oxw
r11052 r11424 9 9 include("HUDTemplates3.oxo") 10 10 include("stats.oxo") 11 include("templates/spaceship ImmTest.oxt")11 include("templates/spaceshipAssff.oxt") 12 12 include("templates/lodInformation.oxt") 13 13 ?> … … 61 61 for i = 1, 10, 1 do 62 62 ?> 63 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceship immtest/>63 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 64 64 <?lua end ?> 65 65
Note: See TracChangeset
for help on using the changeset viewer.