I'm trying to code navigation in Ren'Py but quite don't understand how to make background objects clickable:
So what I'm trying to do is to make the doors clickable so they send me inside of the respective rooms.
Here is the highlighted door, the idea is to make the door highlight when the mouse is hovered on it and make it send me inside the room once the door is clicked.
So I don't know how to achieve that, I have been looking into imagebutton and modal False but can't figure it out how to create an overlay that lights up when the mouse hovers over the door...
How do I do that?
So what I'm trying to do is to make the doors clickable so they send me inside of the respective rooms.
Here is the highlighted door, the idea is to make the door highlight when the mouse is hovered on it and make it send me inside the room once the door is clicked.
So I don't know how to achieve that, I have been looking into imagebutton and modal False but can't figure it out how to create an overlay that lights up when the mouse hovers over the door...
How do I do that?