carenalgas / popochiu

Godot plugin to make point n' click games in a similar way to tools like Adventure Game Studio and Power Quest.
MIT License
159 stars 17 forks source link

Fix for 170 and 166 #172

Closed mapedorr closed 4 months ago

mapedorr commented 4 months ago

For #170 : PopochiuClickable no longer stops listening mouse entering/exiting while the GUI is blocked. And the HoverText and the cursor are restored to default when moving to another room.

For #166 : After the movement ends, the character's position is checked. If the position doesn't match the expected one, execution is indefinitely paused (await E.await_stopped). Conversely, if the position matches, the script_name of the object that triggered the movement is compared to E.clicked.script_name to verify if the currently clicked object is the same as the one that triggered the action.