From 3c57f1895283e73eb6bdf4e692b7884e9acd2088 Mon Sep 17 00:00:00 2001 From: Lexzach Date: Sun, 23 Mar 2025 18:30:04 -0400 Subject: [PATCH] changed stretch mode to allow for scaling and web export --- godot/project.godot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/godot/project.godot b/godot/project.godot index e86048d..cd50177 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="Extremely Intense Mathematics" -config/version="1.0" +config/version="1.1" run/main_scene="uid://v7vh1typhj0k" config/features=PackedStringArray("4.4", "Forward Plus") boot_splash/bg_color=Color(0, 0, 0, 1) @@ -28,6 +28,7 @@ GLOBALVARS="*res://scripts/globalvars.gd" window/size/viewport_width=1920 window/size/viewport_height=1080 +window/stretch/mode="viewport" [input]