summaryrefslogtreecommitdiffstats
path: root/room.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-29 17:32:34 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-29 17:32:34 +0200
commitdf09cd144f7fc81fba89981e6e28423a4cd31fe7 (patch)
tree7e5d771d20a2612c7b62974352a8537f0ec404d0 /room.gd
parent16927c75f3e12bc3a4001910c316f079b0142e2a (diff)
Rework debug_info
Diffstat (limited to 'room.gd')
-rw-r--r--room.gd5
1 files changed, 5 insertions, 0 deletions
diff --git a/room.gd b/room.gd
new file mode 100644
index 0000000..dd4579d
--- /dev/null
+++ b/room.gd
@@ -0,0 +1,5 @@
+class_name Room
+extends Node2D
+
+func _debug_info():
+ return "Room: %s\n" % scene_file_path