Skip to content

Commit

Permalink
back to the main room
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasSchaut committed Apr 15, 2024
1 parent 5211581 commit 37c2956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/world.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const ROOMS_PER_DIFFICULTY := 1

const door = preload("res://scenes/door.tscn")

const main_room = preload("res://scenes/rooms/room_debug.tscn")
const main_room = preload("res://scenes/rooms/room_main.tscn")
const room_type := preload("res://scripts/room.gd")
const rooms := {
room_type.difficulty.EASY: [preload("res://scenes/rooms/room3.tscn")],
Expand Down

0 comments on commit 37c2956

Please sign in to comment.