Changeset 2462 for GTP/trunk/App/Demos/Illum/Ogre/src/Common/include
- Timestamp:
- 06/25/07 13:19:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/src/Common/include/FPSPlayer.h
r2459 r2462 78 78 79 79 static unsigned int frameListenerPriority; 80 81 Entity* getMeshEntity(){return mCharacterMeshEntity;} 80 82 81 83 protected: … … 185 187 } 186 188 187 void levelUp(){mMaxHealth += 30; mHealth = mMaxHealth;} 189 void levelUp(){mMaxHealth += 30; mHealth = mMaxHealth; 190 mMaxStrength += 20; mStrength = mMaxStrength; 191 mMaxManna += 30; mManna = mMaxManna;} 188 192 189 193 static FPSPlayer* thePlayer;
Note: See TracChangeset
for help on using the changeset viewer.