@@ -78,7 +78,7 @@ namespace GFGGame
{
Image buttonImage = btn.GetComponent<Image>();
//Image img = btn.GetComponentInChildren<Image>();
- yield return new WaitForSeconds((float)videoPlayer.length - 3f);
+ yield return new WaitForSeconds(36 - 3f);
if (buttonImage != null)
// 获取初始颜色