h5sdk提交
This commit is contained in:
@@ -54,15 +54,15 @@ namespace BingoBrain
|
||||
// {
|
||||
// var skeletal = sk;
|
||||
// var goWrapper = new GoWrapper(skeletal.gameObject);
|
||||
// // ui.com_endPop.gp_fx.SetNativeObject(goWrapper);
|
||||
// ui.com_endPop.gp_fx.SetNativeObject(goWrapper);
|
||||
// skeletal.transform.localScale = Vector3.one * 110;
|
||||
// skeletal.state.SetAnimation(0, "animation", true);
|
||||
// // closeCb += () =>
|
||||
// // {
|
||||
// // goWrapper.wrapTarget = null;
|
||||
// // ui.com_endPop.gp_fx.SetNativeObject(null);
|
||||
// // FX.Instance.RecFx(Fx_Type.spine_reward, skeletal);
|
||||
// // };
|
||||
// closeCb += () =>
|
||||
// {
|
||||
// goWrapper.wrapTarget = null;
|
||||
// ui.com_endPop.gp_fx.SetNativeObject(null);
|
||||
// FX.Instance.RecFx(Fx_Type.spine_reward, skeletal);
|
||||
// };
|
||||
// });
|
||||
}
|
||||
|
||||
@@ -91,7 +91,8 @@ namespace BingoBrain
|
||||
{
|
||||
CtrlCloseUI();
|
||||
GameDispatcher.Instance.Dispatch(BingoInfo.EndBingoGame, true);
|
||||
GameHelper.ShowInterstitial("interstitial_endgameAd");
|
||||
// GameHelper.addInterAdnumber("interstitial_endgameAd");
|
||||
GameHelper.addInterAdnumber();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user