gameplay所有基本功能都装了,加入了全局警告。加入飘字等各种东西。

This commit is contained in:
2026-02-21 00:20:03 +08:00
parent 9f7c1c57b7
commit 14fb281d6f
254 changed files with 102927 additions and 9427 deletions
@@ -0,0 +1,8 @@
using UnityEngine;
using UnityEngine.UI;
public class enemyBallLightPrefab : MonoBehaviour
{
public Image ballImage_img;
public Image cursor_img;
}