diff --git a/src/main.rs b/src/main.rs
index 8e27d57..b6a762f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -39,6 +39,7 @@ fn main() {
                 .set(WindowPlugin {
                     primary_window: Some(Window {
                         title: "RockRun: Rose's Odyssey".to_string(),
+                        resizable: false,
                         resolution: WindowResolution::new(WINDOW_WIDTH, WINDOW_HEIGHT),
                         ..default()
                     }),