Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2017, 3:03:56 PM (7 years ago)
Author:
zarron
Message:

Boss spawned Gumbas have now max lifetime 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOBGumbaBoss.cc

    r11650 r11653  
    125125            dir = -1;
    126126
    127         Vector3 velocity = getVelocity();
     127        Vector3 velocity = getVelocity(); //Jump
    128128        if(jumpTime_ > jumpTimeMax_){
    129129            velocity.z = speed_*15;
    130130            jumpTime_ = 0;
    131131        }
    132         else{
     132        else{       //Gravity
    133133            velocity.z -= gravityAcceleration_*dt;
    134134        }
Note: See TracChangeset for help on using the changeset viewer.