feat: add 'down' action to remappable actions and update unique IDs in input settings

This commit is contained in:
2026-04-26 02:43:50 +02:00
parent 4b63368286
commit 8769308c85
4 changed files with 206 additions and 194 deletions

View File

@@ -12,7 +12,7 @@ public partial class InputSettings : Control
// When adding new game actions, update this list to make them remappable in settings.
private static readonly string[] RemappableActions =
["left", "right", "jump", "attack", "pause", "show_marketplace"];
["left", "right", "jump", "down", "attack", "pause", "show_marketplace"];
private UIManager UIManager => UIManager.Instance;
private ConfigFileHandler ConfigFileHandler => ConfigFileHandler.Instance;