diff options
author | rom <romangraef@gmail.com> | 2021-04-25 01:06:31 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-25 01:06:31 +0200 |
commit | 4a16bb2a1284870377207af307dacebad37d423b (patch) | |
tree | 9014fd3f7b8eff5c8c681752f43c1090bdf3418f /scenes/pause.tscn | |
parent | 8d91ce158c844d7426c7300c86603767679725cd (diff) | |
download | ldjam48-4a16bb2a1284870377207af307dacebad37d423b.tar.gz ldjam48-4a16bb2a1284870377207af307dacebad37d423b.tar.bz2 ldjam48-4a16bb2a1284870377207af307dacebad37d423b.zip |
pause menu
Diffstat (limited to 'scenes/pause.tscn')
-rw-r--r-- | scenes/pause.tscn | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/scenes/pause.tscn b/scenes/pause.tscn index 7164c89..f88d04c 100644 --- a/scenes/pause.tscn +++ b/scenes/pause.tscn @@ -8,19 +8,6 @@ pause_mode = 2 script = ExtResource( 2 ) -[node name="Control" type="Control" parent="."] -margin_left = -974.0 -margin_top = -552.0 -margin_right = 957.0 -margin_bottom = 557.0 -__meta__ = { -"_edit_use_anchors_": false -} - -[node name="Sprite" type="Sprite" parent="Control"] -position = Vector2( 965.018, 550.197 ) -texture = ExtResource( 3 ) - [node name="Resume" parent="." instance=ExtResource( 1 )] pause_mode = 2 position = Vector2( -1.68179, -50 ) @@ -28,11 +15,16 @@ 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 ) z_index = 1 text = "Main Menu" fixed_width = 250 + [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"] |