summaryrefslogtreecommitdiffstats
path: root/room.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-19 21:33:12 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-20 23:08:30 +0200
commit74494315303723b6cdac5198d9fc90f334ced778 (patch)
treef044924bde75be5701200f3bc795b7ea02be8ac3 /room.gd
parentcb1655c3e3958845ec6b2b6ab634149cede152a8 (diff)
Improve transitions
Diffstat (limited to 'room.gd')
-rw-r--r--room.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/room.gd b/room.gd
new file mode 100644
index 0000000..e06ee5d
--- /dev/null
+++ b/room.gd
@@ -0,0 +1,2 @@
+class_name Room
+extends Node2D