can turn "gamepad_vibration" on and off in debug mode

This commit is contained in:
2026-09-03 18:04:58 +03:00
parent 50073b2574
commit 931ddf0eeb
5 changed files with 108 additions and 1 deletions
+2
View File
@@ -20,6 +20,8 @@ func _ready() -> void:
func _register_all() -> void:
#Gamepad vibration
_reg_b("Gamepad", "gamepad_vibration", true)
#Level Unlocking
_reg_b("Gate", "gate_unlocked_bear", false)
# ── Movement ──────────────────────────────────────────────────────────────