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