From 5ed6eb1c724076d3119e624951b07726a665f834 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 14 Nov 2025 14:20:01 +0200 Subject: Fix mobile UI --- touch_screen_button.gd | 6 ------ 1 file changed, 6 deletions(-) (limited to 'touch_screen_button.gd') diff --git a/touch_screen_button.gd b/touch_screen_button.gd index c7ff973..0b53623 100644 --- a/touch_screen_button.gd +++ b/touch_screen_button.gd @@ -1,4 +1,3 @@ -class_name CustomTouchScreenButton extends TouchScreenButton @export var texture: Texture2D @@ -8,8 +7,3 @@ func _ready() -> void: $TextureRect.texture = texture if not DisplayServer.is_touchscreen_available(): visible = false - - -# Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(_delta: float) -> void: - pass -- cgit v1.3