Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2019, 3:30:57 PM (5 years ago)
Author:
ahuwyler
Message:

Walls are bigger

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.h

    r12314 r12331  
    7676            OrxoBloxShip* getPlayer();
    7777
     78            void LevelUp();
     79
    7880            /**
    7981            @brief Set the OrxoBloxCenterpoint (the playing field).
     
    9799           
    98100            PlayerInfo* player_;
     101            unsigned int level_;
    99102
    100103            Timer starttimer_; //!< A timer to delay the start of the game.
Note: See TracChangeset for help on using the changeset viewer.