diff options
author | bd <bdunahu@operationnull.com> | 2025-05-22 17:50:54 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-22 17:50:54 -0400 |
commit | f9d7b55634049e0ae6533fb94e058c2a368cd49b (patch) | |
tree | af980b24c517af4ba11bd5b1b72d728a679d533d /scenes | |
parent | 8c5c4863aeacb4afcf70f339df6d601e2df1a7a6 (diff) |
Experiment with path generation
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/path.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scenes/path.tscn b/scenes/path.tscn new file mode 100644 index 0000000..5344e6c --- /dev/null +++ b/scenes/path.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://cdgeamr56c0mx"] + +[ext_resource type="Script" uid="uid://unlqpkn1bwel" path="res://scripts/path_tester.gd" id="1_1dods"] + +[node name="Path" type="Node2D"] +script = ExtResource("1_1dods") |