add pause screen

This commit is contained in:
pennyrigate 2023-01-16 23:16:53 -05:00
parent 1d76d93aed
commit 74288e3ec6
8 changed files with 27 additions and 4 deletions

View file

@ -85,6 +85,8 @@ margin_bottom = 41.0
focus_neighbour_top = NodePath("../Settings")
texture_focused = ExtResource( 3 )
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[connection signal="pressed" from="Body/Resume" to="." method="_on_Resume_pressed"]
[connection signal="pressed" from="Body/Restart" to="." method="_on_Restart_pressed"]
[connection signal="pressed" from="Body/ExitLevel" to="." method="_on_ExitLevel_pressed"]