forked from team-sg/hero-mark-2
fix most of the script errors and warnings, fixed a couple tiny bugs in the process :)
This commit is contained in:
parent
9435089f21
commit
72733db609
23 changed files with 55 additions and 63 deletions
|
@ -16,8 +16,7 @@ func _ready():
|
|||
$Panel/FileSelect.grab_focus()
|
||||
if Game.last_mm_button != null:
|
||||
get_node(Game.last_mm_button).grab_focus()
|
||||
|
||||
Vector2( 0.83205, 0.5547 )
|
||||
|
||||
|
||||
func _on_Continue_button_down():
|
||||
Game.last_mm_button = "Panel/Continue"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue