summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrom <romangraef@gmail.com>2021-04-25 14:26:57 +0200
committerrom <romangraef@gmail.com>2021-04-25 14:26:57 +0200
commit786a6f326811973c7be9767b39053901406d3843 (patch)
tree406c52808019cddf854b119930a28312f4122d3d
parentbfbc61cf614b02e03440c70f0380849a7a3732ef (diff)
downloadldjam48-786a6f326811973c7be9767b39053901406d3843.tar.gz
ldjam48-786a6f326811973c7be9767b39053901406d3843.tar.bz2
ldjam48-786a6f326811973c7be9767b39053901406d3843.zip
pause
-rw-r--r--scenes/pause.tscn9
1 files changed, 6 insertions, 3 deletions
diff --git a/scenes/pause.tscn b/scenes/pause.tscn
index f1f4a00..32dda9e 100644
--- a/scenes/pause.tscn
+++ b/scenes/pause.tscn
@@ -11,18 +11,17 @@ script = ExtResource( 2 )
[node name="Resume" parent="." instance=ExtResource( 1 )]
pause_mode = 2
-position = Vector2( -1.68179, -50 )
+position = Vector2( 0, -50 )
z_index = 1
text = "Resume"
fixed_width = 250
[node name="Sprite" type="Sprite" parent="."]
-position = Vector2( -8.98199, -1.80298 )
texture = ExtResource( 3 )
[node name="Main Menu" parent="." instance=ExtResource( 1 )]
pause_mode = 2
-position = Vector2( -1.68179, 50 )
+position = Vector2( 0, 50 )
z_index = 1
text = "Main Menu"
fixed_width = 250
@@ -36,5 +35,9 @@ theme = ExtResource( 4 )
text = "Pause"
align = 1
valign = 1
+__meta__ = {
+"_edit_use_anchors_": false
+}
+
[connection signal="on_click" from="Resume" to="." method="_on_Resume_on_click"]
[connection signal="on_click" from="Main Menu" to="." method="_on_Main_Menu_on_click"]