Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12299


Ignore:
Timestamp:
Apr 11, 2019, 4:02:22 PM (5 years ago)
Author:
kofrey
Message:

changed appearance of enemy

Location:
code/branches/Boxhead_FS19/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boxhead_FS19/data/levels/Hover.oxw

    r12286 r12299  
    1414<?lua
    1515  include("templates/spaceshipHover.oxt")
     16  include("templates/spaceshipzombie.oxt")
    1617?>
     18
    1719
    1820<?lua
     
    8385    <SpaceShip position="100,20,100" lookat="50,20,50" name="enemy" health="200" maxhealth="200" initialhealth="200" >
    8486                                    <templates>
    85                                             <Template link=spaceshiphover />
     87                                            <Template link=spaceshipzombie />
    8688                                      </templates>
    8789                                       <controller>
  • code/branches/Boxhead_FS19/data/levels/templates/spaceshipHover.oxt

    r12286 r12299  
    3636   linearDamping     = 0.2
    3737   angularDamping    = 0.9999999
     38   collisiondamage = 20
     39   enablecollisiondamage = true
     40
    3841  >
    3942    <engines>
Note: See TracChangeset for help on using the changeset viewer.