fix:1、玩法创建,移动,碰撞检测基本完成 2、添加结算复活界面逻辑
This commit is contained in:
@@ -10,6 +10,9 @@ namespace FGUI.GameResult_08
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_success_cash.URL, typeof(com_success_cash));
|
||||
UIObjectFactory.SetPackageItemExtension(cash_broad.URL, typeof(cash_broad));
|
||||
UIObjectFactory.SetPackageItemExtension(com_arrow_end.URL, typeof(com_arrow_end));
|
||||
UIObjectFactory.SetPackageItemExtension(com_arrow_end_again.URL, typeof(com_arrow_end_again));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_claim.URL, typeof(btn_claim));
|
||||
UIObjectFactory.SetPackageItemExtension(com_end.URL, typeof(com_end));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user