changed stretch mode to allow for scaling and web export
This commit is contained in:
parent
2a177a8cb5
commit
3c57f18952
@ -11,7 +11,7 @@ config_version=5
|
|||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Extremely Intense Mathematics"
|
config/name="Extremely Intense Mathematics"
|
||||||
config/version="1.0"
|
config/version="1.1"
|
||||||
run/main_scene="uid://v7vh1typhj0k"
|
run/main_scene="uid://v7vh1typhj0k"
|
||||||
config/features=PackedStringArray("4.4", "Forward Plus")
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
||||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
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_width=1920
|
||||||
window/size/viewport_height=1080
|
window/size/viewport_height=1080
|
||||||
|
window/stretch/mode="viewport"
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user