fixes #111: resetting mouse mode to correct mode in mouse toggle
This commit is contained in:
parent
1d7d4da05c
commit
3a5a171bcd
|
|
@ -69,7 +69,7 @@ func toggle_pause_menu():
|
|||
get_tree().paused = false
|
||||
var state_machine = menu_animation["parameters/playback"]
|
||||
state_machine.travel("start_game")
|
||||
Input.mouse_mode = Input.MOUSE_MODE_HIDDEN
|
||||
Input.mouse_mode = Input.MOUSE_MODE_CAPTURED
|
||||
|
||||
func debug_youth():
|
||||
get_child(1).hide()
|
||||
|
|
|
|||
Loading…
Reference in New Issue