We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d902078 + b2949a4 commit ca69811Copy full SHA for ca69811
scripts/hud.gd
@@ -25,7 +25,8 @@ func _ready():
25
Global.timer_added.connect(_on_timer_added)
26
27
Input.joy_connection_changed.connect(_on_joy_connection_changed)
28
- # TODO: hide entirely if touch controls are visible?
+ if DisplayServer.is_touchscreen_available():
29
+ %Start.hide()
30
31
32
func _on_joy_connection_changed(index: int, connected: bool):
0 commit comments