完善地图菜单

This commit is contained in:
ozg
2014-04-10 22:32:31 +08:00
parent e9ca8e4474
commit 241e597718
30 changed files with 1323 additions and 438 deletions
+5 -4
View File
@@ -28,8 +28,8 @@ public:
float m_attack;
float m_defense;
float m_speed;
float m_magicAttack;
float m_magicDefense;
float m_skillAttack;
float m_skillDefense;
int m_itemsIdArms;
int m_itemsIdArmor;
int m_level;
@@ -58,8 +58,8 @@ public:
float m_attack;
float m_defense;
float m_speed;
float m_magicAttack;
float m_magicDefense;
float m_skillAttack;
float m_skillDefense;
int m_exp;
string m_skill;
string m_tex;
@@ -80,6 +80,7 @@ class RPGSkill : public CCObject
public:
string m_name;
float m_skillAttack;
int m_mp;
RPGSkill();