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
154 stars 15 forks source link

Fix #189 #194

Closed mapedorr closed 3 months ago

mapedorr commented 3 months ago

If emulate_touch_from_mouse is true in Project Settings the game doesn't crash when clicking anywhere.

[upd] Improves the name of PopochiuUtils methods that check if an event is a click or a touch. [upd] Add code documentation for methods in PopochiuUtils. [fea] Quit button in all GUI templates hides if the build is running in Web. [upd] Update comment region styles in some GUI scripts. [fix] Improve click behavior in PopochiuRoom when an PopochiuClickable is hovered. This doesn't apply when the event is a touch.