8 lines
89 B
GDScript
8 lines
89 B
GDScript
extends Enemy
|
|
|
|
func _ready() -> void:
|
|
pass
|
|
|
|
|
|
func _on_timer_timeout() -> void:
|
|
shoot()
|