Adjust project

Change view port and stretch mode for proper scaling
This commit is contained in:
Daniel Siepmann 2024-03-26 11:26:35 +01:00
parent d91426a88c
commit 09876f57dd
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -14,6 +14,12 @@ config/name="First 2d Game"
config/features=PackedStringArray("4.2", "GL Compatibility")
config/icon="res://icon.svg"
[display]
window/size/viewport_width=480
window/size/viewport_height=720
window/stretch/mode="canvas_items"
[rendering]
renderer/rendering_method="gl_compatibility"