dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
3.98k stars 237 forks source link

controller unable to select choices #2400

Open playeggg opened 1 month ago

playeggg commented 1 month ago

image image

first time trying out dialogic and I have a simple set up like what I've done in the image, I am able to scroll through the options 'yes' or 'no' but I am unable to select the options itself and progress the dialogue.

I have tried changing the buttons around but I'm not sure why I cant choose the option I want

Jowan-Spooner commented 1 month ago

Hey @playeggg, I think you might have to adjust the ui_accept input action to include some controller button. This is a godot built-in input action so you can edit in the ProjectSettings>Input Map after enabling "Show Built In Actions".

Hope that helps.