fixed the path rebuilding lag

This commit is contained in:
2026-02-08 02:10:23 +11:00
parent fd9b62faba
commit e441a121ff
26 changed files with 629 additions and 385 deletions

View File

@@ -1,8 +1,8 @@
class_name FlowFieldData
extends Resource
extends RefCounted
@export var nodes: Array[FlowNodeData]
@export var grids: int = 0
var nodes: Array[FlowNodeData]
var grids: int = 0
func to_dict() -> Dictionary: