|
@ -95,14 +95,13 @@ void L3_task_game_init(void) |
|
|
// 走迷宫1星
|
|
|
// 走迷宫1星
|
|
|
_s_task_game.game_info[2].game_oid = GAME_OID_ZMG_1; |
|
|
_s_task_game.game_info[2].game_oid = GAME_OID_ZMG_1; |
|
|
_s_task_game.game_info[2].game_audio = &audio_game_maze_1; |
|
|
_s_task_game.game_info[2].game_audio = &audio_game_maze_1; |
|
|
_s_task_game.game_info[2].game_supported_oid[0].oid = 0x4E85; |
|
|
_s_task_game.game_info[2].game_supported_oid[0].oid = 0xC001; |
|
|
_s_task_game.game_info[2].game_supported_oid[1].oid = 0x4E86; |
|
|
_s_task_game.game_info[2].game_supported_oid[1].oid = 0xC002; |
|
|
_s_task_game.game_info[2].game_supported_oid[2].oid = 0x4E87; |
|
|
_s_task_game.game_info[2].game_supported_oid[2].oid = 0xC003; |
|
|
_s_task_game.game_info[2].game_supported_oid[3].oid = 0x4E88; |
|
|
_s_task_game.game_info[2].game_supported_oid[3].oid = 0xC004; |
|
|
_s_task_game.game_info[2].game_supported_oid[4].oid = 0x4E89; |
|
|
_s_task_game.game_info[2].game_supported_oid[4].oid = 0xC005; |
|
|
_s_task_game.game_info[2].game_supported_oid[5].oid = 0x4E8A; |
|
|
_s_task_game.game_info[2].game_supported_oid[5].oid = 0xC0FF; //错误码
|
|
|
_s_task_game.game_info[2].game_supported_oid[6].oid = 0x317A; //错误码
|
|
|
_s_task_game.game_info[2].game_supported_oid[5].yes_or_no = 0; |
|
|
_s_task_game.game_info[2].game_supported_oid[6].yes_or_no = 0; |
|
|
|
|
|
_s_task_game.game_info[2].game_order = 1; |
|
|
_s_task_game.game_info[2].game_order = 1; |
|
|
_s_task_game.game_info[2].game_timeout_seconds = 60; |
|
|
_s_task_game.game_info[2].game_timeout_seconds = 60; |
|
|
_s_task_game.game_info[2].game_score = 0; |
|
|
_s_task_game.game_info[2].game_score = 0; |
|
@ -110,35 +109,35 @@ void L3_task_game_init(void) |
|
|
// 舒尔特方格3星
|
|
|
// 舒尔特方格3星
|
|
|
_s_task_game.game_info[1].game_oid = GAME_OID_SHERT_1; |
|
|
_s_task_game.game_info[1].game_oid = GAME_OID_SHERT_1; |
|
|
_s_task_game.game_info[1].game_audio = &audio_game_shulte_1; |
|
|
_s_task_game.game_info[1].game_audio = &audio_game_shulte_1; |
|
|
_s_task_game.game_info[1].game_supported_oid[0].oid = 0x3144; |
|
|
_s_task_game.game_info[1].game_supported_oid[0].oid = 0x2201; |
|
|
_s_task_game.game_info[1].game_supported_oid[1].oid = 0x3145; |
|
|
_s_task_game.game_info[1].game_supported_oid[1].oid = 0x2202; |
|
|
_s_task_game.game_info[1].game_supported_oid[2].oid = 0x3146; |
|
|
_s_task_game.game_info[1].game_supported_oid[2].oid = 0x2203; |
|
|
_s_task_game.game_info[1].game_supported_oid[3].oid = 0x3147; |
|
|
_s_task_game.game_info[1].game_supported_oid[3].oid = 0x2204; |
|
|
_s_task_game.game_info[1].game_supported_oid[4].oid = 0x3149; |
|
|
_s_task_game.game_info[1].game_supported_oid[4].oid = 0x2205; |
|
|
_s_task_game.game_info[1].game_supported_oid[5].oid = 0x314A; |
|
|
_s_task_game.game_info[1].game_supported_oid[5].oid = 0x2206; |
|
|
_s_task_game.game_info[1].game_supported_oid[6].oid = 0x314B; |
|
|
_s_task_game.game_info[1].game_supported_oid[6].oid = 0x2207; |
|
|
_s_task_game.game_info[1].game_supported_oid[7].oid = 0x314C; |
|
|
_s_task_game.game_info[1].game_supported_oid[7].oid = 0x2208; |
|
|
_s_task_game.game_info[1].game_supported_oid[8].oid = 0x314D; |
|
|
_s_task_game.game_info[1].game_supported_oid[8].oid = 0x2209; |
|
|
_s_task_game.game_info[1].game_supported_oid[9].oid = 0x314E; |
|
|
_s_task_game.game_info[1].game_supported_oid[9].oid = 0x220A; |
|
|
_s_task_game.game_info[1].game_supported_oid[10].oid = 0x3159; |
|
|
_s_task_game.game_info[1].game_supported_oid[10].oid = 0x220B; |
|
|
_s_task_game.game_info[1].game_supported_oid[11].oid = 0x315A; |
|
|
_s_task_game.game_info[1].game_supported_oid[11].oid = 0x220C; |
|
|
_s_task_game.game_info[1].game_supported_oid[12].oid = 0x315B; |
|
|
_s_task_game.game_info[1].game_supported_oid[12].oid = 0x220D; |
|
|
_s_task_game.game_info[1].game_supported_oid[13].oid = 0x315C; |
|
|
_s_task_game.game_info[1].game_supported_oid[13].oid = 0x220E; |
|
|
_s_task_game.game_info[1].game_supported_oid[14].oid = 0x315D; |
|
|
_s_task_game.game_info[1].game_supported_oid[14].oid = 0x220F; |
|
|
_s_task_game.game_info[1].game_supported_oid[15].oid = 0x315E; |
|
|
_s_task_game.game_info[1].game_supported_oid[15].oid = 0x2210; |
|
|
_s_task_game.game_info[1].game_supported_oid[16].oid = 0x3167; |
|
|
_s_task_game.game_info[1].game_supported_oid[16].oid = 0x2211; |
|
|
_s_task_game.game_info[1].game_supported_oid[17].oid = 0x3168; |
|
|
_s_task_game.game_info[1].game_supported_oid[17].oid = 0x2212; |
|
|
_s_task_game.game_info[1].game_supported_oid[18].oid = 0x3169; |
|
|
_s_task_game.game_info[1].game_supported_oid[18].oid = 0x2213; |
|
|
_s_task_game.game_info[1].game_supported_oid[19].oid = 0x316A; |
|
|
_s_task_game.game_info[1].game_supported_oid[19].oid = 0x2214; |
|
|
_s_task_game.game_info[1].game_supported_oid[20].oid = 0x316B; |
|
|
_s_task_game.game_info[1].game_supported_oid[20].oid = 0x2215; |
|
|
_s_task_game.game_info[1].game_supported_oid[21].oid = 0x316C; |
|
|
_s_task_game.game_info[1].game_supported_oid[21].oid = 0x2216; |
|
|
_s_task_game.game_info[1].game_supported_oid[22].oid = 0x3175; |
|
|
_s_task_game.game_info[1].game_supported_oid[22].oid = 0x2217; |
|
|
_s_task_game.game_info[1].game_supported_oid[23].oid = 0x3176; |
|
|
_s_task_game.game_info[1].game_supported_oid[23].oid = 0x2218; |
|
|
_s_task_game.game_info[1].game_supported_oid[24].oid = 0x3177; |
|
|
_s_task_game.game_info[1].game_supported_oid[24].oid = 0x2219; |
|
|
_s_task_game.game_info[1].game_supported_oid[25].oid = 0x3179; //错误码
|
|
|
_s_task_game.game_info[1].game_supported_oid[25].oid = 0x22FF; //错误码
|
|
|
_s_task_game.game_info[1].game_supported_oid[25].yes_or_no = 0; |
|
|
_s_task_game.game_info[1].game_supported_oid[25].yes_or_no = 0; |
|
|
_s_task_game.game_info[1].game_order = 1; |
|
|
_s_task_game.game_info[1].game_order = 1; |
|
|
_s_task_game.game_info[1].game_timeout_seconds = 60; |
|
|
_s_task_game.game_info[1].game_timeout_seconds = 120; |
|
|
_s_task_game.game_info[1].game_score = 0; |
|
|
_s_task_game.game_info[1].game_score = 0; |
|
|
|
|
|
|
|
|
// 众里寻三3星
|
|
|
// 众里寻三3星
|
|
|