- Timestamp:
- Dec 5, 2016, 4:07:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/BigShip_HS16/data/levels/endurancetestlevel.oxw
r11311 r11320 1 1 <LevelInfo 2 2 name = "Endurance1" 3 description = " A level with absolutely nothing in it."3 description = "Endurance test level" 4 4 tags = "test" 5 5 screenshot = "emptylevel.png" … … 14 14 <?lua 15 15 include("templates/spaceshipEscort.oxt") 16 include("templates/endurancetest_template.oxt") 16 //include("templates/endurancetest_template.oxt") 17 17 18 ?> 18 19 … … 31 32 <SpawnPoint team=0 position="-200,0,0" lookat="-100,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 32 33 33 < ModularSpaceShip position="0,0,0" velocity ="0,0,0">34 <!--ModularSpaceship position="0,0,0" velocity="0,0,0" > 34 35 <templates> 35 36 <Template link=endurance/> 36 37 </templates> 37 </ModularSpace Ship>38 </ModularSpaceship--> 38 39 39 40
Note: See TracChangeset
for help on using the changeset viewer.