Added enemy spawn speed

This commit is contained in:
2025-12-25 10:47:55 +03:00
parent 52faddcd83
commit 2d71071b96
2 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ func _get_enemy_type() -> EnemyType:
func _full_spawn(data: EnemyData) -> void:
data.spawn_point.x = 750
data.spawn_point.x = 710
data.spawn_point.y = spawn_rng.randf_range(0.0, 360.0)