From 6c3235bcff8ca714da13633fe7e9e193ec0039b1 Mon Sep 17 00:00:00 2001 From: jonathan Date: Sun, 1 Feb 2026 11:58:50 +0100 Subject: [PATCH] Fixed resolution --- project.godot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project.godot b/project.godot index 76a8e49..6a920fa 100644 --- a/project.godot +++ b/project.godot @@ -14,6 +14,11 @@ config/name="Undertaker Simulator" run/main_scene="uid://dcy7hdm1y5dwb" config/features=PackedStringArray("4.5", "Forward Plus") +[display] + +window/size/viewport_width=1920 +window/size/viewport_height=1080 + [dotnet] project/assembly_name="Undertaker Simulator"