Ignore:
Timestamp:
06/25/07 13:19:03 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/src/Common/include/FPSPlayer.h

    r2459 r2462  
    7878         
    7979        static unsigned int frameListenerPriority; 
     80 
     81        Entity* getMeshEntity(){return mCharacterMeshEntity;} 
    8082         
    8183protected: 
     
    185187        } 
    186188 
    187         void levelUp(){mMaxHealth += 30; mHealth = mMaxHealth;} 
     189        void levelUp(){mMaxHealth += 30; mHealth = mMaxHealth; 
     190                                        mMaxStrength += 20; mStrength = mMaxStrength; 
     191                                        mMaxManna += 30; mManna = mMaxManna;} 
    188192 
    189193        static FPSPlayer* thePlayer; 
Note: See TracChangeset for help on using the changeset viewer.