Button remapping work

This commit is contained in:
2025-11-03 02:48:05 -08:00
parent 9fc875eda5
commit 7b7fc910bd
40 changed files with 2390 additions and 84 deletions

View File

@@ -5,8 +5,8 @@ using Godot.Collections;
namespace Zennysoft.Game.Ma;
public partial class DialogueBalloon : CanvasLayer
{
[Export] public string NextAction = "ui_accept";
[Export] public string SkipAction = "ui_cancel";
[Export] public string NextAction = GameInputs.Interact;
[Export] public string SkipAction = GameInputs.Attack;
Control balloon;