diff options
author | rom <romangraef@gmail.com> | 2021-04-25 14:26:57 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-25 14:26:57 +0200 |
commit | 786a6f326811973c7be9767b39053901406d3843 (patch) | |
tree | 406c52808019cddf854b119930a28312f4122d3d | |
parent | bfbc61cf614b02e03440c70f0380849a7a3732ef (diff) | |
download | ldjam48-786a6f326811973c7be9767b39053901406d3843.tar.gz ldjam48-786a6f326811973c7be9767b39053901406d3843.tar.bz2 ldjam48-786a6f326811973c7be9767b39053901406d3843.zip |
pause
-rw-r--r-- | scenes/pause.tscn | 9 |
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"] |