namespace Framework { public partial class Constants { public class Sound { /// /// 营地背景音乐 /// public const string CAMP_BGM = "bgm_ost3_05"; /// /// 抽卡主界面背景音乐 /// public const string RAFFLE_MAIN_BGM = "bgm_convoke"; /// /// 关卡选择背景音乐 /// public const string LEVEL_SELECT_BGM = "SE_armoredcar_dieselcar_2"; /// /// 关卡任务完成音效 /// public const string LEVEL_MISSION_SUCCESS = "SE_ui_stage_targetclear"; /// /// 抽卡单个角色展示音效 /// public const string DRAW_SHOW_CHARACTER = "ui_selectcha_upgrade"; /// /// 切换编队按钮 /// public const string TEAM_INFO_CLICK = "SE_ui_selectcha_switch"; /// /// 编辑编队 /// public const string TEAM_EDIT_CLICK = "ui_selectcha_upgrade"; /// /// 载具科技树点击音效 /// public const string VEHICLE_TECHTREE_CLICK = "SE_armoredcar_ui_parts_click"; /// /// 编队界面的引擎声音 /// public const string TEAM_VEHICLE = "SE_ev_carrunning_loop"; /// /// 编队界面的载具更换声音 /// public const string TEAM_VEHICLE_DOWN = "SE_armoredcar_stop"; // /// 编队界面的快速编队 /// public const string TEAM_AUTO_EDIT = "SE_ui_selectcha_switch"; /// /// 编队上阵角色时 /// public const string TEAM_CHARACTER_UP = "voice_{0}_22"; /// /// 主界面第一次进入小车音效 /// public const string Main_First_Enter = "SE_ui_login_armoredcar"; /// /// 主界面点击商店音效 /// public const string ENTER_SHOP = "SE_ui_shop_enter"; /// /// 通用点击音效 /// public const string COMMON_CLICK = "SE_ui_common_click"; /// /// 通用抽卡按钮 /// public const string COMMON_RAFFLE_CLICK = "SE_ui_gacha_click"; /// /// 关卡选择领取奖励 购买商品 保存选中技能 /// public const string COMMON_CLAIM = "SE_ui_common_claim"; /// /// 关卡选择取消音效 取消购买商品 取消选择技能 /// public const string COMMON_BACK = "SE_ui_common_cancel";//"ui_common_back"; /// /// 回到主界面 /// public const string COMMON_HOME = "SE_ui_common_back";//"ui_common_back"; /// /// 切换商品页 /// public const string SHOP_TAB = "ui_shop "; /// /// 进入商店页面 /// public const string SHOP_START = "SE_ui_shop_start"; /// /// 退出商店 /// public const string SHOP_FINISH = "SE_ui_shop_finish"; /// /// 角色升级加点按钮音效 /// public const string CHARACTER_LEVEL_UP_PLUS = "SE_ui_click_plusbutton"; /// /// 完成成就提示音效 /// public const string ACHIEVEMENT_COMPLETE = "SE_ui_achievement"; /// /// 获取经验 /// public const string EXP_GET = "SE_ui_exp_get"; /// /// 角色详情界面动画音效 /// public const string SELECT_CHARACTER = "SE_ui_selectcha_enter"; /// /// 角色升级音效 /// public const string CHARACTER_LEVEL_UP = "SE_ui_selectcha_upgrade"; /// /// 月卡动画开始音效 /// public const string MonthlyPass_Start = "SE_ui_monthcard_open"; /// /// 月卡动画结束音效 /// public const string MonthlyPass_End = "SE_ui_monthcard_itemget"; /// /// 错误提示音效 /// public const string ERROR_UI = "SE_ui_click_errorui"; public const string ERROR_UI_FIGHT = "SE_ui_click_errorfight"; public const string CORRECT_UI = "SE_ui_common_claim"; } } }