touch controls and hud

This commit is contained in:
2026-08-23 12:37:30 +03:00
parent 3cd347d420
commit d514435dd8
14 changed files with 456 additions and 211 deletions
+3
View File
@@ -299,6 +299,9 @@ func _register_all() -> void:
# Force the on-screen touch controls (joystick + ability buttons) on even on a
# desktop build — otherwise they appear only when a touchscreen is detected.
_reg_b("Touch", "force_touch_controls", false)
# On-screen readout of live touch state (event count, last position, active zone) so
# touch problems can be diagnosed on the actual device, where no console is reachable.
_reg_b("Touch", "touch_debug", false)
func _reg_f(section: String, key: String, default: float,