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 /cursor.tscn | |
parent | a14e88ff4d0d87841a44254e2bff1784da6e8b48 (diff) |
next commit
Diffstat (limited to 'cursor.tscn')
-rw-r--r-- | cursor.tscn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cursor.tscn b/cursor.tscn deleted file mode 100644 index 11e46a7..0000000 --- a/cursor.tscn +++ /dev/null @@ -1,9 +0,0 @@ -[gd_scene load_steps=3 format=3 uid="uid://n0y3fpb8j820"] - -[ext_resource type="Script" path="res://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")] |