fix: 修正技能类型并添加碰撞组件

- 将m_water_ball_1.prefab的_type从1改为0
- 在SACastSystem.ts中修复目标返回逻辑
- 为atk_s1.prefab添加RigidBody2D和BoxCollider2D组件
This commit is contained in:
walkpan
2025-11-02 00:23:53 +08:00
parent 8fdd9e2c98
commit b24f0e2afc
3 changed files with 78 additions and 4 deletions

View File

@@ -304,7 +304,7 @@
"bullet": false,
"awakeOnLoad": true,
"_group": 1,
"_type": 1,
"_type": 0,
"_allowSleep": false,
"_gravityScale": 1,
"_linearDamping": 0,