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
@@ -10,7 +10,7 @@ class Character
start_room_coords = $bus.get(:start_room_coords)
if start_room_coords
@world_x, @world_y = [(start_room_coords[0] + 2) * 60 + 30, (start_room_coords[1] + 2) * 60 + 30]
@world_x, @world_y = [(start_room_coords[0] * 2 + 3) * 60 + 30, (start_room_coords[1] * 2 + 3) * 60 + 30]
end
# Load the full sheet as tiles