From 823e7458cc93e0beb91f0a78d667459b755b0c8c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 14 Nov 2025 14:41:46 +0200 Subject: Try improving mobile GUI --- touch_screen_button.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'touch_screen_button.gd') diff --git a/touch_screen_button.gd b/touch_screen_button.gd index 0b53623..07958ea 100644 --- a/touch_screen_button.gd +++ b/touch_screen_button.gd @@ -7,3 +7,4 @@ func _ready() -> void: $TextureRect.texture = texture if not DisplayServer.is_touchscreen_available(): visible = false + #visible = true -- cgit v1.3