- Timestamp:
- Nov 27, 2017, 12:42:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.cc
r11580 r11589 69 69 sDeathMessage = "Welcome to FlappyOrx"; 70 70 bIsDead = true; 71 multiplier = 1;72 b_combo = false;73 71 this->spawnDistance=200; 74 72 this->tubeOffsetX=500; 75 73 this->setHUDTemplate("FlappyOrxHUD"); 74 firstGame = true; 76 75 } 77 76 … … 225 224 void FlappyOrx::death(){ 226 225 bIsDead = true; 226 firstGame = false; 227 227 228 228 if(point<10) sDeathMessage = DeathMessage10[rand()%(DeathMessage10.size())];
Note: See TracChangeset
for help on using the changeset viewer.