summaryrefslogtreecommitdiffstats
path: root/touch_screen_button.gd
diff options
context:
space:
mode:
Diffstat (limited to 'touch_screen_button.gd')
-rw-r--r--touch_screen_button.gd6
1 files changed, 0 insertions, 6 deletions
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