Added introductory touchscreen support for mobile devices.

This commit is contained in:
Henry 2026-03-10 12:55:43 +00:00
parent df13ee42d8
commit 4c512379c5
34 changed files with 697 additions and 1 deletions

View file

@ -0,0 +1,10 @@
@tool
extends EditorPlugin
func _enter_tree():
add_custom_type("Virtual Joystick", "Control", preload("virtual_joystick_instantiator.gd"), preload("virtual_joystick_icon.png"))
func _exit_tree():
remove_custom_type("Virtual Joystick")