alr, multiple inputs are DONE

This commit is contained in:
JHDev2006
2025-09-29 15:04:54 +01:00
parent 99b9de4dad
commit 62df14f804
2 changed files with 7 additions and 4 deletions

View File

@@ -74,6 +74,7 @@ func load_inputs() -> void:
idx += 1
else:
bind_value_to_event(i, value, 0)
i.update_value()
func bind_value_to_event(input_node, value, idx := 0) -> void:
var event: InputEvent = null
@@ -852,6 +853,7 @@ type = 1
[node name="Pause" parent="PanelContainer/MarginContainer/VBoxContainer/Controller" groups=["Options"] instance=ExtResource("9_ksnto")]
layout_mode = 2
settings_category = "controller"
can_bind_escape = true
action_names = ["pause"]
title = "PAUSE"
type = 1