8 lines
114 B
GDScript
8 lines
114 B
GDScript
extends Enemy
|
|
|
|
func _ready() -> void:
|
|
pass
|
|
|
|
|
|
func _on_timer_timeout() -> void:
|
|
shoot(%Marker2D.global_position)
|