Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/hud.gd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ func _ready():
Global.timer_added.connect(_on_timer_added)

Input.joy_connection_changed.connect(_on_joy_connection_changed)
# TODO: hide entirely if touch controls are visible?
if DisplayServer.is_touchscreen_available():
%Start.hide()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍



func _on_joy_connection_changed(index: int, connected: bool):
Expand Down
Loading