yield idle_frame for touch controls option

This commit is contained in:
Harmony Honey 2024-03-01 12:36:52 -05:00
parent bb782cffa5
commit b95d636a02
2 changed files with 5 additions and 4 deletions

View file

@ -4,6 +4,7 @@ onready var fill = $Box/Fill
var is_selected = false
func _ready():
yield(get_tree(), "idle_frame")
fill.visible = TouchScreen.visible
func act():