5 lines
83 B
GDScript
5 lines
83 B
GDScript
extends HBoxContainer
|
|
|
|
func _ready() -> void:
|
|
visible = not OS.has_feature("web")
|