diff options
Diffstat (limited to 'touch_screen_button.gd')
| -rw-r--r-- | touch_screen_button.gd | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
