- Timestamp:
- Dec 15, 2017, 12:07:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/CampaignMap_HS17/data/levels/emptyLevel.oxw
r11584 r11675 10 10 include("HUDTemplates3.oxo") 11 11 include("templates/lodInformation.oxt") 12 include("StoryModeHUD2") 13 include("StoryMode.oxt") 12 include("templates/HeavyCruiser.oxt") 14 13 ?> 15 14 … … 19 18 ?> 20 19 21 <Level gametype = StoryMode>20 <Level> 22 21 <templates> 23 22 <Template link=lodtemplate_default /> … … 30 29 > 31 30 32 <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"/> 33 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 31 <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 <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 34 40 </Scene> 35 41 </Level>
Note: See TracChangeset
for help on using the changeset viewer.