add DepthButton
This commit is contained in:
parent
e758168757
commit
47234f1bc1
9 changed files with 304 additions and 62 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue