add DepthButton

This commit is contained in:
Fabien Freling 2020-05-28 19:03:23 +02:00
parent e758168757
commit 47234f1bc1
9 changed files with 304 additions and 62 deletions

View file

@ -65,7 +65,7 @@ func _on_New_game_pressed():
$NewGamePanel.popup_centered_ratio($NewGamePanel.window_scale_factor)
func _on_NewGamePanel_about_to_show():
$HSplitContainer/Taquin.set_process_input(false)
taquin.set_process_input(false)
func _on_NewGamePanel_popup_hide():
$HSplitContainer/Taquin.set_process_input(true)
taquin.set_process_input(true)