diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-15 16:53:12 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-15 16:53:12 +0100 |
commit | 75793bd23d275d10d6a0bd8024a7e412b64557ce (patch) | |
tree | eef8145a645a88c718a4004e3a5e5f8f7700fa47 /ui/cursor.tscn | |
parent | a14e88ff4d0d87841a44254e2bff1784da6e8b48 (diff) |
next commit
Diffstat (limited to 'ui/cursor.tscn')
-rw-r--r-- | ui/cursor.tscn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/cursor.tscn b/ui/cursor.tscn new file mode 100644 index 0000000..eb06186 --- /dev/null +++ b/ui/cursor.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=3 format=3 uid="uid://n0y3fpb8j820"] + +[ext_resource type="Script" uid="uid://b50tmfud8m4bx" path="res://ui/cursor.gd" id="1_gyqds"] +[ext_resource type="PackedScene" uid="uid://biyt4m7dnch83" path="res://data/extracted/data/sprite/cursors/actions.tscn" id="2_6gt4s"] + +[node name="Cursor" type="Node2D"] +script = ExtResource("1_gyqds") + +[node name="Actions" parent="." instance=ExtResource("2_6gt4s")] |