diff options
| -rw-r--r-- | Node2D.tscn | 10 | ||||
| -rw-r--r-- | project.godot | 7 |
2 files changed, 12 insertions, 5 deletions
diff --git a/Node2D.tscn b/Node2D.tscn index 3254586..d9910c8 100644 --- a/Node2D.tscn +++ b/Node2D.tscn @@ -36,20 +36,20 @@ align = 2 [node name="ProgressBar" type="ProgressBar" parent="HBoxContainer"] margin_left = 56.0 -margin_right = 949.0 +margin_right = 1205.0 margin_bottom = 14.0 size_flags_horizontal = 3 size_flags_vertical = 3 value = 100.0 [node name="Label2" type="Label" parent="HBoxContainer"] -margin_left = 959.0 -margin_right = 1006.0 +margin_left = 1215.0 +margin_right = 1262.0 margin_bottom = 14.0 text = "Money:" [node name="Label3" type="Label" parent="HBoxContainer"] -margin_left = 1016.0 -margin_right = 1024.0 +margin_left = 1272.0 +margin_right = 1280.0 margin_bottom = 14.0 text = "0" diff --git a/project.godot b/project.godot index 4da7263..e2fc52c 100644 --- a/project.godot +++ b/project.godot @@ -14,6 +14,13 @@ config/name="TowerDefence" run/main_scene="res://Node2D.tscn" config/icon="res://icon.png" +[display] + +window/size/width=1280 +window/size/height=720 +window/stretch/mode="2d" +window/stretch/aspect="keep" + [gui] common/drop_mouse_on_gui_input_disabled=true |
