aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfreddie-a <57713959+freddie-a@users.noreply.github.com>2022-10-29 14:49:10 +0100
committermark9064 <57713959+freddie-a@users.noreply.github.com>2022-10-29 14:49:10 +0100
commit2132a6b7740df74e5e37b44e1a3752d7e7dc159e (patch)
tree3994efdbf37c7f4dd238d6765d7857362ab98aec
parent038113b6e838bfd13570f9343a48ff83f210d7c5 (diff)
Set scene options
-rw-r--r--Node2D.tscn10
-rw-r--r--project.godot7
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