much better field edit tool, camera specifically
This commit is contained in:
5
Scenes/FlowField/flow_field_data.gd
Normal file
5
Scenes/FlowField/flow_field_data.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
class_name FlowFieldData
|
||||
extends Resource
|
||||
|
||||
@export var nodes: Array[FlowNodeData]
|
||||
@export var grids: int = 0
|
||||
Reference in New Issue
Block a user