更新测试文件
This commit is contained in:
@@ -11,28 +11,20 @@ namespace OCES.Audio
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public class Cues
|
||||
{
|
||||
public static uint Play_au_sfx_anim_level_clear = 1;
|
||||
public static uint Play_au_sfx_anim_level_start = 2;
|
||||
public static uint Play_au_sfx_anim_level_shoot = 3;
|
||||
public static uint Play_au_sfx_anim_level_hit = 4;
|
||||
public static uint Play_au_sfx_anim_level_arrowMove = 5;
|
||||
public static uint Play_au_sfx_anim_guide = 6;
|
||||
public static uint Play_au_sfx_anim_prop_eraser = 7;
|
||||
public static uint Play_au_sfx_ui_panel_prop_unlock_open = 8;
|
||||
public static uint Play_au_sfx_anim_coin_show = 9;
|
||||
public static uint Play_au_sfx_anim_coin_fly = 10;
|
||||
public static uint Play_au_sfx_anim_prop_magicWand = 11;
|
||||
public static uint Play_au_sfx_notice_prop_gridScale = 12;
|
||||
public static uint Play_au_sfx_ui_toast_level_hard = 13;
|
||||
public static uint Play_au_sfx_ui_panel_common_open = 14;
|
||||
public static uint Play_au_sfx_ui_panel_common_close = 15;
|
||||
public static uint Play_au_sfx_ui_button_common = 16;
|
||||
public static uint Play_au_sfx_anim_coin_land = 17;
|
||||
public static uint Play_au_sfx_ui_labelSwitch = 18;
|
||||
public static uint Play_au_sfx_anim_chest_show = 19;
|
||||
public static uint Play_au_sfx_anim_chest_wigggle = 20;
|
||||
public static uint Play_au_sfx_anim_chest_open = 21;
|
||||
public static uint Play_au_sfx_notice_reward_show = 22;
|
||||
public static uint Play_sfx_ui_panel_common_open = 1;
|
||||
public static uint Play_sfx_ui_panel_common_close = 2;
|
||||
public static uint Play_sfx_ui_button_common = 3;
|
||||
public static uint Play_sfx_anim_guide = 4;
|
||||
public static uint Play_sfx_noice_common_positive = 5;
|
||||
public static uint Play_sfx_noice_common_neutral = 6;
|
||||
public static uint Play_sfx_noice_common_negative = 7;
|
||||
public static uint Play_sfx_ui_labelSwitch = 8;
|
||||
public static uint Play_sfx_anim_game_start = 9;
|
||||
public static uint Play_sfx_anim_game_shoot = 10;
|
||||
public static uint Play_sfx_anim_game_hit = 11;
|
||||
public static uint Play_sfx_anim_coin_show = 12;
|
||||
public static uint Play_sfx_anim_coin_fly = 13;
|
||||
public static uint Play_sfx_anim_coin_land = 14;
|
||||
public static uint Play_Bar = 52;
|
||||
public static uint Play_Beat = 53;
|
||||
public static uint Play_Grid = 54;
|
||||
@@ -48,28 +40,22 @@ namespace OCES.Audio
|
||||
{
|
||||
public static readonly Dictionary<string, uint> NameToId = new()
|
||||
{
|
||||
{ "au_sfx_anim_level_clear", 1 },
|
||||
{ "au_sfx_anim_level_start", 2 },
|
||||
{ "au_sfx_anim_level_shoot", 3 },
|
||||
{ "au_sfx_anim_level_hit", 4 },
|
||||
{ "au_sfx_anim_level_arrowMove", 5 },
|
||||
{ "au_sfx_anim_guide", 6 },
|
||||
{ "au_sfx_anim_prop_eraser", 7 },
|
||||
{ "au_sfx_ui_panel_prop_unlock_open", 8 },
|
||||
{ "au_sfx_anim_coin_show", 9 },
|
||||
{ "au_sfx_anim_coin_fly", 10 },
|
||||
{ "au_sfx_anim_prop_magicWand", 11 },
|
||||
{ "au_sfx_notice_prop_gridScale", 12 },
|
||||
{ "au_sfx_ui_toast_level_hard", 13 },
|
||||
{ "au_sfx_ui_panel_common_open", 14 },
|
||||
{ "au_sfx_ui_panel_common_close", 15 },
|
||||
{ "au_sfx_ui_button_common", 16 },
|
||||
{ "au_sfx_anim_coin_land", 17 },
|
||||
{ "au_sfx_ui_labelSwitch", 18 },
|
||||
{ "au_sfx_anim_chest_show", 19 },
|
||||
{ "au_sfx_anim_chest_wigggle", 20 },
|
||||
{ "au_sfx_anim_chest_open", 21 },
|
||||
{ "au_sfx_notice_reward_show", 22 },
|
||||
{ "sfx_ui_panel_common_open", 1 },
|
||||
{ "sfx_ui_panel_common_close", 2 },
|
||||
{ "sfx_ui_button_common", 3 },
|
||||
{ "sfx_anim_guide", 4 },
|
||||
{ "sfx_noice_common_positive", 5 },
|
||||
{ "sfx_noice_common_neutral", 6 },
|
||||
{ "sfx_noice_common_negative", 7 },
|
||||
{ "sfx_ui_labelSwitch", 8 },
|
||||
{ "sfx_anim_game_start", 9 },
|
||||
{ "sfx_anim_game_shoot_01", 10 },
|
||||
{ "sfx_anim_game_shoot_02", 10 },
|
||||
{ "sfx_anim_game_shoot_03", 10 },
|
||||
{ "sfx_anim_game_hit", 11 },
|
||||
{ "sfx_anim_coin_show", 12 },
|
||||
{ "sfx_anim_coin_fly", 13 },
|
||||
{ "sfx_anim_coin_land", 14 },
|
||||
{ "Bar", 52 },
|
||||
{ "Beat", 53 },
|
||||
{ "Grid", 54 },
|
||||
@@ -89,6 +75,9 @@ namespace OCES.Audio
|
||||
|
||||
public static readonly HashSet<string> SharedIdNames = new()
|
||||
{
|
||||
"sfx_anim_game_shoot_01",
|
||||
"sfx_anim_game_shoot_02",
|
||||
"sfx_anim_game_shoot_03",
|
||||
"au_coreplay_pour_less_1",
|
||||
"au_coreplay_pour_less_2",
|
||||
"au_coreplay_pour_mid_1",
|
||||
@@ -118,8 +107,8 @@ namespace OCES.Audio
|
||||
Game, // 关卡内
|
||||
Win, // 胜利
|
||||
Lose, // 失败
|
||||
Test_A,
|
||||
Test_B,
|
||||
TestA,
|
||||
TestB,
|
||||
}
|
||||
|
||||
} //public class Parameters
|
||||
|
||||
Reference in New Issue
Block a user