diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-04 14:23:42 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-04 14:23:42 +0100 |
commit | 688790b5dc0ea8f51a99e42a00c7510b9bd87aa6 (patch) | |
tree | 71c04c9f401c67caf5c1ea3f56c7360ac1d14b86 /cursor.tscn | |
parent | 2bf6b303fc062a800afb784877d989686287a2a7 (diff) |
next commit
Diffstat (limited to 'cursor.tscn')
-rw-r--r-- | cursor.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cursor.tscn b/cursor.tscn new file mode 100644 index 0000000..05f6703 --- /dev/null +++ b/cursor.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://n0y3fpb8j820"] + +[ext_resource type="Script" path="res://cursor.gd" id="1_gyqds"] + +[node name="Cursor" type="Node"] +script = ExtResource("1_gyqds") |