From 3c306f183a2290b076ff0be01d4b1dc1428bffea Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 14 Nov 2025 11:57:22 +0200 Subject: Add initial level system, main menu --- 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 a03376d..c7ff973 100644 --- a/touch_screen_button.gd +++ b/touch_screen_button.gd @@ -1,3 +1,4 @@ +class_name CustomTouchScreenButton extends TouchScreenButton @export var texture: Texture2D -- cgit v1.3