Add new chest assets

This commit is contained in:
2026-03-28 12:22:58 +00:00
parent fa2c31ca50
commit ba828d682c
5 changed files with 7 additions and 5 deletions
+5 -5
View File
@@ -87,11 +87,11 @@ class ObjectHandler
def initialize
start_room_coords = $bus.get(:start_room_coords)
@objects = [
Torch.new(start_room_coords[0] / 2 - 1, start_room_coords[1] / 2 - 1),
Torch.new(start_room_coords[0] / 2 + 3, start_room_coords[1] / 2),
Torch.new(start_room_coords[0] / 2, start_room_coords[1] / 2 - 1),
]
@objects = []
end
def spawn_chests!
world_size = $bus.get(:maze_size) || [0, 0]
end
def add(object)