Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2017, 4:07:13 PM (7 years ago)
Author:
zarron
Message:

Fireball implemented, Physics are crazy at the moment

File:
1 edited

Legend:

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

    r11538 r11556  
    122122         else if (gumba != nullptr && !(gumba->hasCollided_)) {
    123123
    124             //If player doesn't jump on its head, kill it, else, kill the player
     124            //If player jumps on its head, kill the Gumba, else, kill the player
    125125            if (getVelocity().z >= -20) {
    126126                // If player hasn't a power up, he dies. Else he shrinks and the gumba dies.
Note: See TracChangeset for help on using the changeset viewer.