FINAL JAM COMMIT
This commit is contained in:
@@ -8,7 +8,7 @@ public partial class EnemyMovement : Node
|
||||
[Export] private float _speed;
|
||||
|
||||
private float _finalSpeed => _speed + 0.15f * (float)Math.Log(GameController.Instance.Wave + 1);
|
||||
|
||||
|
||||
private double _time = 0;
|
||||
|
||||
public override void _EnterTree()
|
||||
|
||||
Reference in New Issue
Block a user