some ui polish and project cleanup

This commit is contained in:
2026-02-07 07:20:05 +11:00
parent f7e478357b
commit 9453389853
123 changed files with 330 additions and 671 deletions

View File

@@ -97,7 +97,7 @@ func create_path() -> void:
func update_path() -> void:
if type != Data.EnemyType.LAND:
if type != Data.EnemyType.LAND or !flow_field.nodes:
return
path.curve = Curve3D.new()
var node: FlowNode = flow_field.get_closest_traversable_point(global_position)