Changeset 11556 for code/branches/SOBv2_HS17/src/modules/superorxobros
- Timestamp:
 - Nov 13, 2017, 4:07:13 PM (8 years ago)
 - Location:
 - code/branches/SOBv2_HS17/src/modules/superorxobros
 - Files:
 - 
          
- 2 added
 - 2 edited
 
- 
          CMakeLists.txt (modified) (1 diff)
 - 
          SOBFigure.cc (modified) (1 diff)
 - 
          SOBFireball.cc (added)
 - 
          SOBFireball.h (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/SOBv2_HS17/src/modules/superorxobros/CMakeLists.txt
r11416 r11556 9 9 SOBHUDInfo.cc 10 10 SOBGumba.cc 11 SOBFireball.cc 11 12 SOBFlagstone.cc 12 13 SOBCastlestone.cc  - 
        
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.
      


            






