fix:1、速度加快减慢优化。2、关卡配置表优化。3、白天黑夜模式切换(部分)
This commit is contained in:
@@ -21,9 +21,9 @@ namespace FGUI.Arrow_game
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
xin_1 = (GImage)GetChildAt(0);
|
||||
xin_2 = (GImage)GetChildAt(1);
|
||||
xin_3 = (GImage)GetChildAt(2);
|
||||
xin_1 = (GImage)GetChildAt(3);
|
||||
xin_2 = (GImage)GetChildAt(4);
|
||||
xin_3 = (GImage)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user