diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-14 11:57:22 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-14 11:57:36 +0200 |
| commit | 3c306f183a2290b076ff0be01d4b1dc1428bffea (patch) | |
| tree | 246c4f08035d4ea1019a92499b88ed0b61f81827 /touch_screen_button.gd | |
| parent | c6080b5666d4f961a11b2b420fecb581da69528e (diff) | |
Add initial level system, main menu
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 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 |
