diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-12 02:12:52 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-12 02:12:52 +0100 |
commit | a22381eff3bf2286ee27f4d15ddf4c431ea063be (patch) | |
tree | 965bdcf12e5e0cf63c88cbba1bd5a52ba474f81f /cursor.tscn | |
parent | e3c185e05823e30eccd7728ceda2ee57cc66fd4d (diff) |
next commit
Diffstat (limited to 'cursor.tscn')
-rw-r--r-- | cursor.tscn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cursor.tscn b/cursor.tscn index 96efc47..11e46a7 100644 --- a/cursor.tscn +++ b/cursor.tscn @@ -1,6 +1,9 @@ -[gd_scene load_steps=2 format=3 uid="uid://n0y3fpb8j820"] +[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")] |