替换UI
This commit is contained in:
@@ -13,6 +13,7 @@ namespace NBF
|
||||
|
||||
public Controller style;
|
||||
public GImage back;
|
||||
public GImage back2;
|
||||
public GTextField TextName;
|
||||
public GTextField TextInfo;
|
||||
public GSlider Slider;
|
||||
@@ -29,6 +30,7 @@ namespace NBF
|
||||
|
||||
style = GetController("style");
|
||||
back = (GImage)GetChild("back");
|
||||
back2 = (GImage)GetChild("back2");
|
||||
TextName = (GTextField)GetChild("TextName");
|
||||
TextInfo = (GTextField)GetChild("TextInfo");
|
||||
Slider = (GSlider)GetChild("Slider");
|
||||
|
||||
Reference in New Issue
Block a user