mirror of
https://github.com/Relintai/godot-steering-ai-framework.git
synced 2025-01-22 10:27:19 +01:00
9 lines
96 B
GDScript
9 lines
96 B
GDScript
extends Node2D
|
|
|
|
|
|
onready var drawer := $Drawer
|
|
|
|
|
|
func _ready() -> void:
|
|
$PathFollower.setup()
|