gai-godot-games/pathfinding-algorithms/scenes/custom-solver/NavigationNode.gd

5 lines
71 B
GDScript
Raw Normal View History

2024-11-12 15:00:58 +01:00
class_name NavigationNode
extends Node2D
var was_merged: bool = false