6 lines
84 B
GDScript
6 lines
84 B
GDScript
extends CSGSpawner
|
|
class_name EnemySpawner
|
|
|
|
func _ready() -> void:
|
|
visible = false
|