换皮
This commit is contained in:
@@ -23,6 +23,8 @@ namespace FGUI.GameResult_08
|
||||
public GGroup top_group;
|
||||
public GButton btn_mult;
|
||||
public GButton btn_claim;
|
||||
public GRichTextField text_award_2;
|
||||
public GRichTextField text_award_3;
|
||||
public Transition t0;
|
||||
public Transition t2;
|
||||
public const string URL = "ui://8sjqw0q3sebxk";
|
||||
@@ -38,9 +40,9 @@ namespace FGUI.GameResult_08
|
||||
|
||||
win_lose = GetControllerAt(0);
|
||||
switchgift = GetControllerAt(1);
|
||||
bg_parent = (GGraph)GetChildAt(1);
|
||||
fail_light = (GImage)GetChildAt(3);
|
||||
btn_restart = (GButton)GetChildAt(4);
|
||||
bg_parent = (GGraph)GetChildAt(0);
|
||||
fail_light = (GImage)GetChildAt(4);
|
||||
btn_restart = (GButton)GetChildAt(5);
|
||||
bg_parent_title = (GGraph)GetChildAt(6);
|
||||
lab_lose_des = (GTextField)GetChildAt(8);
|
||||
com_ch = (com_success_cash)GetChildAt(12);
|
||||
@@ -52,6 +54,8 @@ namespace FGUI.GameResult_08
|
||||
top_group = (GGroup)GetChildAt(21);
|
||||
btn_mult = (GButton)GetChildAt(22);
|
||||
btn_claim = (GButton)GetChildAt(23);
|
||||
text_award_2 = (GRichTextField)GetChildAt(24);
|
||||
text_award_3 = (GRichTextField)GetChildAt(25);
|
||||
t0 = GetTransitionAt(0);
|
||||
t2 = GetTransitionAt(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user