If I want to create a point-and-click game, is it possible to do so using no-code methods?
To be more specific, I want to make game objects with polygon detection (should I use CollisionPolygon2D?) react to mouse hover or trigger some response on click, but it seems I’ll need to write some code somehow…
If there is a way to create it without code, please let me know. Thank you.
I think it is possible without coding, I made some signal hook ups for the visual script so you can manage mouse clicking for both movement and reactions.