Skip to content

How do I change the default confirm button? #2269

Answered by Jowan-Spooner
mak448a asked this question in Q&A
Discussion options

You must be logged in to vote

All input things are defined in godot's InputMap (in the project settings).
For dialogic advance it's using the dialogic_default_action by default.
Choices are buttons though and they use the ui_confirm action (a built-in godot action). Be careful when editing those, as they affect all buttons/control nodes in the project.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mak448a
Comment options

Answer selected by mak448a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants