|
@@ -20,6 +20,7 @@ export default class UI_Hall extends fgui.GComponent {
|
|
|
public m_n29:fgui.GImage;
|
|
|
public m_n30:fgui.GImage;
|
|
|
public m_levelLabel:fgui.GTextField;
|
|
|
+ public m_n31:fgui.GGroup;
|
|
|
public m_t0:fgui.Transition;
|
|
|
public m_t2:fgui.Transition;
|
|
|
|
|
@@ -48,6 +49,7 @@ export default class UI_Hall extends fgui.GComponent {
|
|
|
this.m_n29 = <fgui.GImage>(this.getChildAt(11));
|
|
|
this.m_n30 = <fgui.GImage>(this.getChildAt(12));
|
|
|
this.m_levelLabel = <fgui.GTextField>(this.getChildAt(13));
|
|
|
+ this.m_n31 = <fgui.GGroup>(this.getChildAt(14));
|
|
|
this.m_t0 = this.getTransitionAt(0);
|
|
|
this.m_t2 = this.getTransitionAt(1);
|
|
|
}
|