数据结构调整,战斗场景完成一部分功能

This commit is contained in:
ozg
2014-04-22 20:35:39 +08:00
parent 0bd7d5a190
commit 97ca37bddd
47 changed files with 575 additions and 321 deletions
+2
View File
@@ -41,6 +41,8 @@ using namespace CocosDenshion;
//查询一个角色的技能
#define SKILL_QUERY "select * from skill where id in(%s)"
#define SAVEDATA_MAP_QUERY "select m.name as map_name, m.location_cns, sd.map_id, m.has_enemy, m.bg_audio, sd.player_to_x, sd.player_to_y, sd.player_direction, sd.gold from save_data as sd inner join map as m on sd.map_id = m.id where sd.id = 1" //获取存档和地图数据
//技能的属性
enum RPGSkillAttr
{