Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 28, 2016, 4:04:42 PM (8 years ago)
Author:
tgidron
Message:

New Pickups (speed); Level Counter and Crate spawn (not working)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16/src/modules/hover/Hover.h

    r11171 r11177  
    5858
    5959            void start();
    60             void startLevel();
     60            void newLevel();
    6161            void levelUp();
    6262            void endLevel();
     
    7373            inline int getLives() const
    7474                { return this->lives; }
     75
     76            inline int getLevel() const
     77                { return this->level; }
    7578
    7679        private:
Note: See TracChangeset for help on using the changeset viewer.