整理一下

This commit is contained in:
2025-08-28 10:22:21 +08:00
parent 43db20bcca
commit a68af09185
9 changed files with 3 additions and 233 deletions

View File

@@ -150,7 +150,7 @@ namespace WulaFallenEmpire
Vector3 direction = (cell - position).ToVector3().normalized;
// Define a maximum range to prevent infinite loops or excessively long beams
float maxRange = 1000f; // Increased range for longer beams
float maxRange = this.ExcaliburProps.maxRange; // Use configurable max range
for (float i = 0; i < maxRange; i += 1f)
{