Files
fps_project_1/scripts/enemy_spawner.gd
2025-05-04 23:35:43 -05:00

6 lines
84 B
GDScript

extends CSGSpawner
class_name EnemySpawner
func _ready() -> void:
visible = false