namespace Framework
{
public partial class Constants
{
public class Sound
{
///
/// 营地背景音乐
///
public const string CAMP_BGM = "bgm_11";
///
/// 关卡选择背景音乐
///
public const string LEVEL_SELECT_BGM = "ev_5";
///
/// 切换卡池音效
///
public const string CHANGE_DRAW_POOL = "ui_selectcha_switch";
///
/// 抽卡音效
///
public const string DRAW = "ui_click_musicplayer";
///
/// 抽卡单个角色展示音效
///
public const string DRAW_SHOW_CHARACTER = "ui_selectcha_upgrade";
///
/// 切换编队按钮
///
public const string TEAM_INFO_CLICK = "ui_selectcha_switch";
///
/// 编辑编队
///
public const string TEAM_EDIT_CLICK = "ui_selectcha_upgrade";
///
/// 编队界面的引擎声音
///
public const string TEAM_VEHICLE = "ev_5";
///
/// 编队上阵角色时
///
public const string TEAM_CHARACTER_UP = "voice_{0}_22";
///
/// 关卡选择点击音效 点击商品 点击技能
///
public const string COMMON_CLICK = "ui_common_click";
///
/// 关卡选择领取奖励 购买商品 保存选中技能
///
public const string COMMON_CLAIM = "ui_common_claim";
///
/// 关卡选择取消音效 取消购买商品 取消选择技能
///
public const string COMMON_BACK = "ui_common_cancel";//"ui_common_back";
///
/// 切换商品页
///
public const string SHOP_TAB = "ui_shop ";
///
/// 角色详情界面动画音效
///
public const string SELECT_CHARACTER = "ui_selectcha_enter";
///
/// 角色升级音效
///
public const string CHARACTER_LEVEL_UP = "ui_selectcha_upgrade";
///
/// 载具升级音效
///
public const string VEHICLE_UPGRADE = "ui_click_plusbutton";
}
}
}