level building tool good enough for first cave draft

This commit is contained in:
2026-02-06 02:17:33 +11:00
parent 126c2fd72d
commit 2bacff5b7d
15 changed files with 483 additions and 51 deletions

View File

@@ -7,6 +7,7 @@ extends StaticBody3D
@export var buildable: bool = true
var visual_scene: PackedScene = preload("res://Scenes/FlowField/cube2.tscn")
var node_id: int = 0
var grid_id: int = -1
var grid_x: int = 0
var grid_y: int = 0