fix:1、结算优化

This commit is contained in:
barry
2026-06-14 19:25:04 +08:00
parent 3391a053d3
commit 29f9aec06d
13 changed files with 772 additions and 102 deletions
@@ -25,6 +25,7 @@ namespace FGUI.GameResult_08
public GButton btn_claim;
public GRichTextField text_award_2;
public GRichTextField text_award_3;
public com_arrow_end com_arrow_end;
public Transition t0;
public Transition t2;
public const string URL = "ui://8sjqw0q3sebxk";
@@ -56,6 +57,7 @@ namespace FGUI.GameResult_08
btn_claim = (GButton)GetChildAt(23);
text_award_2 = (GRichTextField)GetChildAt(24);
text_award_3 = (GRichTextField)GetChildAt(25);
com_arrow_end = (com_arrow_end)GetChildAt(26);
t0 = GetTransitionAt(0);
t2 = GetTransitionAt(1);
}