8 lines
117 B
GDScript
8 lines
117 B
GDScript
extends Unit
|
|
class_name Enemy
|
|
|
|
var sighted: bool = true
|
|
|
|
func _ready() -> void:
|
|
go_to_destination(Vector3(17,1,15))
|