Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2016, 4:07:35 PM (7 years ago)
Author:
pschefer
Message:

added explosion effects, polished textures, fixed bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/BigShip_HS16/data/levels/endurancetestlevel.oxw

    r11311 r11320  
    11<LevelInfo
    22 name = "Endurance1"
    3  description = "A level with absolutely nothing in it."
     3 description = "Endurance test level"
    44 tags = "test"
    55 screenshot = "emptylevel.png"
     
    1414<?lua
    1515  include("templates/spaceshipEscort.oxt")
    16   include("templates/endurancetest_template.oxt")
     16  //include("templates/endurancetest_template.oxt")
     17 
    1718?>
    1819
     
    3132    <SpawnPoint team=0 position="-200,0,0" lookat="-100,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
    3233
    33     <ModularSpaceShip position="0,0,0" velocity ="0,0,0">
     34    <!--ModularSpaceship position="0,0,0" velocity="0,0,0" >
    3435      <templates>
    3536        <Template link=endurance/>
    3637      </templates>
    37     </ModularSpaceShip>
     38    </ModularSpaceship-->
    3839
    3940   
Note: See TracChangeset for help on using the changeset viewer.