waited far too long for an initial commit but here we are

This commit is contained in:
2023-11-08 14:28:55 +11:00
commit 0427a58635
299 changed files with 10191 additions and 0 deletions

14
Scenes/visual_path.tscn Normal file
View File

@ -0,0 +1,14 @@
[gd_scene load_steps=3 format=3 uid="uid://dtfw0tefhb6qq"]
[ext_resource type="Script" path="res://Scripts/visualized_path.gd" id="1_34oex"]
[sub_resource type="Curve3D" id="Curve3D_tcut2"]
_data = {
"points": PackedVector3Array(0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, -0.894202, 0.687927, -2.77275, 0, 0, -2),
"tilts": PackedFloat32Array(0, 0)
}
point_count = 2
[node name="Node3D" type="Path3D"]
curve = SubResource("Curve3D_tcut2")
script = ExtResource("1_34oex")