新玩法提交

This commit is contained in:
2026-06-24 16:40:17 +08:00
parent 5d18479a39
commit d4b9fc82bd
72 changed files with 7969 additions and 1137 deletions
@@ -13,6 +13,7 @@ namespace FGUI.ZM_Game_04
public btn_blue btn_noad;
public btn_blue btn_retry;
public GTextField text_level;
public GLoader loader_;
public const string URL = "ui://g3iqdlgcfga23l";
public static com_GameEnd CreateInstance()
@@ -30,6 +31,7 @@ namespace FGUI.ZM_Game_04
btn_noad = (btn_blue)GetChildAt(12);
btn_retry = (btn_blue)GetChildAt(13);
text_level = (GTextField)GetChildAt(14);
loader_ = (GLoader)GetChildAt(15);
}
}
}
+1
View File
@@ -24,6 +24,7 @@ namespace LoveLegend
public static bool isVipUnlock = false;
private static LoginModel loginModel;
private static Dictionary<float, string> numDic = new Dictionary<float, string>();
public static int now_level;
public static string GetRandomNum(int count)