Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11719


Ignore:
Timestamp:
Jan 20, 2018, 8:59:05 PM (6 years ago)
Author:
landauf
Message:

[BigShip_HS16] reverted changes in emptyLevel.oxw and removed unused file

Location:
code/trunk/data/levels
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/emptyLevel.oxw

    r11357 r11719  
    11<LevelInfo
    2  name = "emptyLevel"
     2 name = "Empty level"
    33 description = "A level with absolutely nothing in it."
    44 tags = "test"
     
    1010  include("HUDTemplates3.oxo")
    1111  include("templates/lodInformation.oxt")
    12   include("templates/HeavyCruiser.oxt")
    1312?>
    1413
    1514<?lua
    1615  include("templates/spaceshipEscort.oxt")
    17   include("templates/endurancetest_template.oxt")
    1816?>
    1917
     
    3129    <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"/>
    3230    <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>
    3931   
    4032  </Scene>
Note: See TracChangeset for help on using the changeset viewer.