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_ev_carrunning_loop"; /// /// 抽卡单个角色展示音效 /// 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 TEAM_VEHICLE = "SE_ev_carrunning_loop"; /// /// 编队上阵角色时 /// 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_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 CHARACTER_LEVEL_UP_PLUS = "SE_ui_click_plusbutton"; /// /// 角色详情界面动画音效 /// public const string SELECT_CHARACTER = "SE_ui_selectcha_enter"; /// /// 角色升级音效 /// public const string CHARACTER_LEVEL_UP = "SE_ui_selectcha_upgrade"; /// /// 错误提示音效 /// public const string ERROR_UI = "SE_ui_click_errorui"; public const string ERROR_UI_FIGHT = "SE_ui_click_errorfight"; } } }