diff --git a/Main.tscn b/Main.tscn index d7f985a..f922c76 100644 --- a/Main.tscn +++ b/Main.tscn @@ -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 diff --git a/project.godot b/project.godot index 7bb2dfe..84d1115 100644 --- a/project.godot +++ b/project.godot @@ -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"