@@ -107,6 +107,7 @@ namespace GFGGame
}
else
{
+ GRoot.inst.touchable = true;
return false;
@@ -121,6 +122,7 @@ namespace GFGGame
return true;
private static void ShowGuideByIndex(GObject target, string guideStr = null, int yTxt = 0, bool isOptionalGuide = false, float devWidth = 0, float devHeight = 0, int guideId = 0, int index = 0, bool showAni = true, bool showEffect = true)