From 4504648df7e89625e6ff7d2d53c3853f3126d915 Mon Sep 17 00:00:00 2001 From: Manuel Mauro Date: Sun, 21 Apr 2024 12:30:47 +0200 Subject: [PATCH] Update resolution --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d2d7448..d4337de 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,7 +22,7 @@ fn main() { .add_plugins(EmbeddedAssetPlugin::default()) .add_plugins(DefaultPlugins.set(WindowPlugin { primary_window: Some(Window { - resolution: WindowResolution::new(504., 896.), + resolution: WindowResolution::new(720., 1280.).with_scale_factor_override(1.0), title: "Dual-N-Back".to_string(), ..default() }),