Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2015, 4:00:00 PM (9 years ago)
Author:
vaydin
Message:

created new explosion class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/explosionChunksHS15/data/levels/emptyLevel.oxw

    r10629 r10669  
    1313
    1414<?lua
    15   include("templates/spaceshipAssff2.oxt")
    16   include("templates/spaceshipPirate.oxt")
     15  include("templates/spaceshipAssff.oxt")
    1716  include("templates/spaceshipEscort.oxt")
    18   include("templates/spaceshipRing.oxt")
    19   include("templates/spaceshipSwallow.oxt")
    2017?>
    2118
     
    3330    <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"/>
    3431    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
     32
     33    <SpaceShip
     34        team                = "1"
     35        position            = "1000,0,0"
     36   explosionchunks        = 60
     37        >
     38        <templates>
     39                      <Template link=spaceshipassff />
     40                    </templates>
     41    </SpaceShip>
     42    <SpaceShip
     43        team                = "1"
     44        position            = "1000,200,0"
     45        >
     46        <templates>
     47                      <Template link=spaceshipassff />
     48                    </templates>
     49    </SpaceShip>
     50    <SpaceShip
     51        team                = "1"
     52        position            = "1000,400,0"
     53        >
     54        <templates>
     55                      <Template link=spaceshipassff />
     56                    </templates>
     57    </SpaceShip>
    3558   
    3659  </Scene>
Note: See TracChangeset for help on using the changeset viewer.