summaryrefslogtreecommitdiffstats
path: root/touch_screen_ui.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-14 14:51:47 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-14 14:51:47 +0200
commit0495b64b8c7e266d150aa4adf391b1a4d8da15c2 (patch)
treef6523bd441e5b761e712faa3e0f5558fa6c5c13b /touch_screen_ui.gd
parent78d43c20632ff4a347f9ed66c0f0c0ee259a5055 (diff)
Remove touch_screen_ui.gd
Diffstat (limited to 'touch_screen_ui.gd')
-rw-r--r--touch_screen_ui.gd6
1 files changed, 0 insertions, 6 deletions
diff --git a/touch_screen_ui.gd b/touch_screen_ui.gd
deleted file mode 100644
index d903d22..0000000
--- a/touch_screen_ui.gd
+++ /dev/null
@@ -1,6 +0,0 @@
-extends CanvasLayer
-
-func _ready() -> void:
- var screen = %GameCamera.get_screen_center_position()
- var view = get_viewport().get_screen_transform()
- # todo