Added bg_sound manager and according ESC command.
Started transitions scene.
This commit is contained in:
17
game/ui/commons/pause_menu/pause_menu.gd
Normal file
17
game/ui/commons/pause_menu/pause_menu.gd
Normal file
@@ -0,0 +1,17 @@
|
||||
extends Control
|
||||
|
||||
|
||||
func _on_continue_pressed():
|
||||
escoria.main.current_scene.game.pause_game()
|
||||
|
||||
|
||||
func _on_save_game_pressed():
|
||||
pass
|
||||
|
||||
|
||||
func _on_load_game_pressed():
|
||||
pass
|
||||
|
||||
|
||||
func _on_quit_pressed():
|
||||
get_tree().quit()
|
||||
Reference in New Issue
Block a user