《节奏格斗 THE RHYTHM OF FIGHTERS》是一款节奏+格斗游戏,收录了大量的SNK经典作品的音乐,比如饿狼传说、侍魂、合金弹头中的经典音乐。而战斗方式采用了一种叫做节奏战斗系统“Rhythm Battle System”来实现,类似于一个圆环出现在屏幕上,随着音乐的节奏来触摸屏幕,最终实现人物的连击动作。
select res_id,res_name,r_index_id,default_r_i_id,flag from(select top 11 res_id,res_name,r_index_id,default_r_i_id,0 as flag from T_D_Resource where res_is_audit=1 and res_run_flat='Android' and channel_id=4 and default_r_c_id=163 order by newid() )a union select res_id,res_name,r_index_id,default_r_i_id,1 as flag from T_D_Resource where res_id=94450 order by flag desc