Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2017, 4:02:20 PM (7 years ago)
Author:
nyogaraj
Message:

new Boss level files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boss_FS17/data/levels/FinalBossFS17.oxw

    r11380 r11388  
    1414
    1515<?lua
    16   include("templates/spaceshipEscort.oxt")
    17   include("templates/endurancetest_template.oxt")
     16  include("templates/Bossspawnship.oxt")
     17  include("templates/Bossship.oxt")
     18
    1819  ?>
    1920
     
    3738    <ModularSpaceShip velocity= "20,0,0" position="0,0,200" lookat= "0,0,0" health="1000" maxhealth="1000" initialhealth="1000" scale3D="1,1,1">
    3839      <templates>
    39         <Template link=endurance />
     40        <Template link= bossship />
    4041      </templates>
    4142    </ModularSpaceShip>
     
    4445<MovableEntity position="0,0,0" rotationrate="45" rotationaxis="0,0,1">
    4546    <attached>
    46         <Model position="0,0,0" mesh="cube.mesh" scale3D="2,2,20" />
     47        <Model position="0,0,0" mesh="IceStar.mesh" scale3D="100,100,100" />
    4748        <MovableEntity position="0,0,0" rotationrate="180" rotationaxis="0,1,0">
    4849            <attached>
     
    5253    </attached>
    5354</MovableEntity>
     55
     56<MovableEntity position="0,0,0" rotationrate="45" rotationaxis="0,1,0">
     57    <attached>
     58        <Model position="0,0,0" mesh="IceStar.mesh" scale3D="100,100,100" />
     59        <MovableEntity position="0,0,0" rotationrate="180" rotationaxis="0,1,0">
     60            <attached>
     61                <Model position="0,0,0" mesh="sphere.mesh" scale3D="1,1,10" />
     62            </attached>
     63        </MovableEntity>
     64    </attached>
     65</MovableEntity>
     66<!--
     67<StaticEntity position="0,-10000,0" direction="0,-1,0" collisionType=static mass=100000 friction=0.01 >
     68    <attached>
     69        <Model position="0,0,0" mesh="IceStar.mesh" scale3D="10000,10000,1000" />
     70    </attached>
     71    <collisionShapes>
     72        <BoxCollisionShape position="0,0,0" halfExtents="10000,10000,1000" />
     73    </collisionShapes>
     74</StaticEntity>
     75-->
    5476
    5577
Note: See TracChangeset for help on using the changeset viewer.