Scaling and viewport tweak

This commit is contained in:
Dustin 2025-06-18 21:41:19 -07:00
parent 8de3fc1060
commit c5fa3e8edb
2 changed files with 5 additions and 5 deletions

View File

@ -35,9 +35,9 @@ game_settings = ExtResource( 6 )
[node name="ViewportContainer" type="ViewportContainer" parent="."]
material = SubResource( 3 )
margin_right = 322.0
margin_bottom = 182.0
rect_scale = Vector2( 2, 2 )
margin_right = 320.0
margin_bottom = 180.0
rect_scale = Vector2( 4, 4 )
[node name="Viewport" type="Viewport" parent="ViewportContainer"]
unique_name_in_owner = true

View File

@ -250,8 +250,8 @@ shapes/collision/shape_color=Color( 1, 1, 1, 0.419608 )
[display]
window/size/width=640
window/size/height=360
window/size/width=1280
window/size/height=720
window/size/resizable=false
window/stretch/mode="2d"
window/stretch/aspect="keep"