Props are now collectible;

Props logic refractor;
maze coordinates cleanup
This commit is contained in:
2026-03-28 18:09:58 +00:00
parent e42b31ec24
commit 045200bf9f
10 changed files with 122 additions and 41 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class MazeData
return if standalone
$bus.on(:start_room_coords) do
next @start_room ? [@start_room[0] * 2 + 1, @start_room[1] * 2 + 1] : nil
next @start_room
end
$bus.on(:room?) do |gx, gy|