数据结构更新,增加道具丢弃,装备部分未完成

This commit is contained in:
ozg
2014-04-17 23:04:40 +08:00
parent ac11e34a08
commit 33c7657f31
20 changed files with 360 additions and 157 deletions
+1 -1
View File
@@ -16,6 +16,6 @@
#define GAME_TMX_ROLE_HEIGHT 32.0
#define GAME_PLAYER_MOVESPEED 0.5
#define GAME_INIT_SQL "insert into save_data (map_id, player_to_x, player_to_y, player_direction, items) values(1, 14.5, 9.5, 'down', '[{\"id\": 6, \"total\": 10}, {\"id\": 7, \"total\": 7}, {\"id\": 8, \"total\": 7}]');"
#define GAME_INIT_SQL "insert into save_data (map_id, player_to_x, player_to_y, player_direction) values(1, 14.5, 9.5, 'down');"
#endif