- Timestamp:
- Jan 20, 2018, 8:59:05 PM (7 years ago)
- Location:
- code/trunk/data/levels
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/emptyLevel.oxw
r11357 r11719 1 1 <LevelInfo 2 name = " emptyLevel"2 name = "Empty level" 3 3 description = "A level with absolutely nothing in it." 4 4 tags = "test" … … 10 10 include("HUDTemplates3.oxo") 11 11 include("templates/lodInformation.oxt") 12 include("templates/HeavyCruiser.oxt")13 12 ?> 14 13 15 14 <?lua 16 15 include("templates/spaceshipEscort.oxt") 17 include("templates/endurancetest_template.oxt")18 16 ?> 19 17 … … 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 team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 33 34 <ModularSpaceShip velocity= "20,0,0" position="0,0,200" lookat= "0,0,0" health="1000" maxhealth="1000" initialhealth="1000">35 <templates>36 <Template link=endurance />37 </templates>38 </ModularSpaceShip>39 31 40 32 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.