Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 6, 2017, 2:12:57 PM (7 years ago)
Author:
merholzl
Message:

point system in place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.cc

    r11529 r11533  
    6363        bEndGame = false;
    6464        lives = 1;
    65         level = 1;
     65        level = 0;
    6666        point = 0;
    6767        bShowLevel = false;
     
    8181            this->tubes.pop();
    8282            levelUp();
     83            point++;
    8384        }
    8485    }
     
    8788    {
    8889        level++;
    89         //toggleShowLevel();
     90        toggleShowLevel();
    9091        //showLevelTimer.setTimer(3.0f, false, createExecutor(createFunctor(&FlappyOrx::toggleShowLevel, this)));
    9192    }
Note: See TracChangeset for help on using the changeset viewer.