mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-31 09:49:06 +03:00
7 lines
107 B
GDScript
7 lines
107 B
GDScript
extends CanvasLayer
|
|
|
|
func _ready() -> void:
|
|
hide()
|
|
if DisplayServer.is_touchscreen_available():
|
|
show()
|