summaryrefslogtreecommitdiffstats
path: root/map_room.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-21 13:56:01 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-21 14:01:11 +0200
commit413d219eba1157284a6a90ecb9f736058158bb5f (patch)
tree50c7b2a6e1b4c9a1eb01b7f94e3f67703b3aae16 /map_room.gd
parent7b44fcc1ef95fdfcc6723f8e6a594012764a8cab (diff)
Add map
Diffstat (limited to 'map_room.gd')
-rw-r--r--map_room.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/map_room.gd b/map_room.gd
new file mode 100644
index 0000000..2b55a3f
--- /dev/null
+++ b/map_room.gd
@@ -0,0 +1,2 @@
+class_name MapRoom
+extends ColorRect