Adjust project
Change view port and stretch mode for proper scaling
This commit is contained in:
parent
d91426a88c
commit
09876f57dd
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue