Sword Halo & Arrow to the nearest enemy

This commit is contained in:
2023-10-17 10:55:31 +02:00
parent eb51da13ed
commit ec1084bd10
23 changed files with 1097 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ public class LaserBeam : MonoBehaviour
{
public int Damages = 50;
public float lifeSeconds = 1f;
public float lifeSeconds = .5f;
public void Start()
{