From be95ac14a8ca62c505028707bb9be1b3c71c5455 Mon Sep 17 00:00:00 2001 From: Audrey L Fuller Date: Thu, 30 Oct 2025 17:16:55 +0000 Subject: Wave function collapse --- game/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game') diff --git a/game/src/main.rs b/game/src/main.rs index c13fc20..22203c3 100644 --- a/game/src/main.rs +++ b/game/src/main.rs @@ -5,7 +5,7 @@ fn main() -> Result<()> { // Load the window let mut window = Window::new(720, 480, "game")?; // Initial game state - let dungeon = Dungeon::default(); + let dungeon = Dungeon::new(); // Main game loop while window.is_open() { -- cgit v1.2.3-freya