fix:1、速度加快减慢优化。2、关卡配置表优化。3、白天黑夜模式切换(部分)

This commit is contained in:
2026-06-15 17:50:56 +08:00
parent 29f9aec06d
commit 13f8d572c4
18 changed files with 19510 additions and 439 deletions
@@ -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);
}
}
}