forked from team-sg/hero-mark-2
fixed some menu jank
This commit is contained in:
parent
8702910467
commit
11c4fa456f
2 changed files with 21 additions and 20 deletions
|
@ -14,7 +14,6 @@ onready var difficulty_buttons := [
|
|||
|
||||
func _ready() -> void:
|
||||
Fade.fade_in(0.4)
|
||||
Audio.play_music(load("res://audio/music/rumble_revolution_demo.ogg"))
|
||||
yield(get_tree(), "idle_frame")
|
||||
difficulty_buttons[Game.difficulty].grab_focus()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue