weird bug
This commit is contained in:
parent
5e2f789e40
commit
4da22ca726
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ func _ready():
|
||||||
$Panel/FileSelect.grab_focus()
|
$Panel/FileSelect.grab_focus()
|
||||||
if Game.last_mm_button != null:
|
if Game.last_mm_button != null:
|
||||||
get_node(Game.last_mm_button).grab_focus()
|
get_node(Game.last_mm_button).grab_focus()
|
||||||
|
else:
|
||||||
|
$Panel/FileSelect.grab_focus()
|
||||||
|
|
||||||
func _on_Continue_button_down():
|
func _on_Continue_button_down():
|
||||||
Game.last_mm_button = "Panel/Continue"
|
Game.last_mm_button = "Panel/Continue"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue