fix:1、删除sdk相关。2、添加tips界面,修复bug
This commit is contained in:
@@ -22,10 +22,10 @@ namespace FGUI.GameResult_08
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(3);
|
||||
btn_watchAd = (GButton)GetChildAt(8);
|
||||
btn_restart = (GButton)GetChildAt(9);
|
||||
btn_back = (GButton)GetChildAt(10);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
btn_watchAd = (GButton)GetChildAt(7);
|
||||
btn_restart = (GButton)GetChildAt(8);
|
||||
btn_back = (GButton)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -22,10 +22,10 @@ namespace FGUI.GameResult_08
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(3);
|
||||
btn_back = (GButton)GetChildAt(4);
|
||||
btn_revive = (GButton)GetChildAt(6);
|
||||
btn_restart = (GButton)GetChildAt(7);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
btn_back = (GButton)GetChildAt(3);
|
||||
btn_revive = (GButton)GetChildAt(5);
|
||||
btn_restart = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user