Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 21, 2019, 3:58:39 PM (5 years ago)
Author:
cwaupoti
Message:

Mouse fixed on horizontal axis, added opponent with halth points, adjusted parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boxhead_FS19/data/levels/templates/spaceshipHover.oxt

    r11495 r12216  
    2727   stallSpeed = 220;
    2828
    29    boostPower            = 10
     29   boostPower            = 30
    3030   boostPowerRate        = 1
    3131   boostRate             = 5
     
    6161
    6262<?lua
    63   include("../includes/weaponSettingsHover.oxi")
     63  include("../includes/weaponSettingsHeartAttack.oxi")
    6464?>
    6565  </SpaceShip>
     
    7979   boostfactor    = 2
    8080
    81    speedfront     = 90
    82    speedback      =  40
    83    speedleftright =  40
    84    speedupdown    =  40
     81   speedfront     =   90
     82   speedback      =   90
     83   speedleftright =   90
     84   speedupdown    =   0
    8585
    86    accelerationfront     = 500
    87    accelerationbrake     = 500
    88    accelerationback      =  125
    89    accelerationleftright =  125
    90    accelerationupdown    =  125
     86   accelerationfront     =  500
     87   accelerationbrake     =  500
     88   accelerationback      =  500
     89   accelerationleftright =  500
     90   accelerationupdown    =  0
    9191  >
    9292    <EffectContainer condition="not idle">
Note: See TracChangeset for help on using the changeset viewer.