added pause menu in level and ability to load levels from main menu
This commit is contained in:
parent
f51914161e
commit
b0475b1697
9 changed files with 190 additions and 37 deletions
|
|
@ -1,4 +1,5 @@
|
|||
extends Control
|
||||
|
||||
func _on_back_button_pressed():
|
||||
get_parent().get_child(0).show()
|
||||
queue_free()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue