mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-23 02:34:53 +00:00
yield idle_frame for touch controls option
This commit is contained in:
parent
bb782cffa5
commit
b95d636a02
2 changed files with 5 additions and 4 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue