diff options
| author | Radio <radiohotline@disroot.org> | 2026-06-01 22:28:46 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-06-01 22:28:46 +0300 |
| commit | 2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (patch) | |
| tree | 758998f717dab8c0ed9d1b47419e7590c28e8fa2 /scenes/room/spawnpoint.tscn | |
| parent | 7f437327b25be23b1cdcd4aa3898d428421e533f (diff) | |
area transitions, basic inventory and use events
Diffstat (limited to 'scenes/room/spawnpoint.tscn')
| -rw-r--r-- | scenes/room/spawnpoint.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scenes/room/spawnpoint.tscn b/scenes/room/spawnpoint.tscn new file mode 100644 index 0000000..9c217ab --- /dev/null +++ b/scenes/room/spawnpoint.tscn @@ -0,0 +1,6 @@ +[gd_scene format=3 uid="uid://chwbsexrxbi4a"] + +[ext_resource type="Script" uid="uid://j2ctii1213or" path="res://scenes/room/spawnpoint.gd" id="1_xdtlq"] + +[node name="Spawnpoint" type="Marker2D" unique_id=1413507405] +script = ExtResource("1_xdtlq") |
