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

View File

@ -1,12 +1,14 @@
[gd_scene load_steps=3 format=3 uid="uid://iohlxrso4bl8"]
[gd_scene load_steps=4 format=3 uid="uid://iohlxrso4bl8"]
[ext_resource type="Texture2D" uid="uid://dy2ukmg6koun1" path="res://Assets/Textures/tree.png" id="1_sisdp"]
[ext_resource type="Texture2D" uid="uid://dg47vgt0uccw1" path="res://Assets/Textures/minimap_tree.png" id="2_85nm0"]
[ext_resource type="PackedScene" uid="uid://406wnf58lo7h" path="res://3dtree.tscn" id="3_q6n84"]
[node name="Tree" type="Node3D"]
[node name="Sprite3D" type="Sprite3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.15464, 0)
visible = false
pixel_size = 0.05
alpha_cut = 1
texture_filter = 0
@ -14,6 +16,7 @@ texture = ExtResource("1_sisdp")
[node name="Sprite3D2" type="Sprite3D" parent="."]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 2.15464, 0)
visible = false
pixel_size = 0.05
alpha_cut = 1
texture_filter = 0
@ -24,3 +27,5 @@ transform = Transform3D(7.5, 0, 0, 0, -3.27835e-07, 7.5, 0, -7.5, -3.27835e-07,
layers = 4
texture_filter = 0
texture = ExtResource("2_85nm0")
[node name="tree_test" parent="." instance=ExtResource("3_q6n84")]