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

This commit is contained in:
FloatGaming
2026-02-21 00:20:03 +08:00
parent 9f7c1c57b7
commit 14fb281d6f
254 changed files with 102927 additions and 9427 deletions
@@ -117,12 +117,7 @@ public class groundParticularController : MonoBehaviour
// 持续发射逻辑
UpdateContinuousEmit();
// 强制打印当前状态
if (Time.frameCount % 60 == 0)
{
string audioStatus = musicSource != null ? (musicSource.isPlaying ? "Playing" : "Paused/Stopped") : "Null";
Debug.Log($"[GroundParticular] Vol: {_currentAverageVolume:F3}, Status: {audioStatus}");
}
// 起点缩放抖动
if (startPoint != null)