pathfinding rework for now

This commit is contained in:
2025-06-13 00:06:51 +10:00
parent 400415f8a5
commit 6f4f465e37
817 changed files with 5533 additions and 3146 deletions

11
cube2.tscn Normal file
View File

@ -0,0 +1,11 @@
[gd_scene load_steps=3 format=3 uid="uid://ravcalfsha76"]
[ext_resource type="PackedScene" uid="uid://bvoygakisxw4i" path="res://cube.glb" id="1_7p7qy"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_d8upr"]
resource_local_to_scene = true
[node name="cube" instance=ExtResource("1_7p7qy")]
[node name="Cube" parent="." index="0"]
material_override = SubResource("StandardMaterial3D_d8upr")