limboai/demo/tests/waypoints/waypoint_marker.gd

11 lines
139 B
GDScript

@tool
extends Marker2D
func _ready() -> void:
queue_redraw()
func _draw() -> void:
draw_circle(Vector2.ZERO, 50.0, Color.CHARTREUSE)