- Timestamp:
- Nov 13, 2017, 4:07:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SOBv2_HS17/src/modules/superorxobros/SOBFigure.cc
r11538 r11556 122 122 else if (gumba != nullptr && !(gumba->hasCollided_)) { 123 123 124 //If player doesn't jump on its head, kill it, else, kill the player124 //If player jumps on its head, kill the Gumba, else, kill the player 125 125 if (getVelocity().z >= -20) { 126 126 // 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.