Building
compiling source into an executable build.
Featured Projects
How can I add a hover animation for buttons during selection using physical key?
- Scel replied
- In my game, I added animation for button selection (link to tutorial - ""), and I also made it possible to select buttons using physical keys (link to tutorial - ""). But unfortunately, they don't wor...
How can I create a cursor selection system, like in RPG games, but for buttons?
- Jesusemora replied
- 'm developing my game in Godot 4 and in my menu, I decided to add button selection using a cursor instead of clicking. After searching the entire internet, I still haven't found a way to implement my ...