Hi,
Moving forward with dev at a better pace.
How can I have multiple “input_binding”?
Let me know, thanks!
J.
Hi,
Moving forward with dev at a better pace.
How can I have multiple “input_binding”?
Let me know, thanks!
J.
Of course you can. Have you tried to add more than one?
Yes, I currently have two, but how to change between them?
What do you mean change between them?
Sorry, but I wish to have different “input_binding” for different game screens.
Is the above possible?
Thanks!
J.
There is only one input bindings file per project, but there is nothing that prevents you from treating the input differently depending on context (screens, levels or what have you).
You can have a different script per screen, for instance, meaning that there will be separate on_input()
functions.
Ok, thanks for the clarification…
J.