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

Exported game doesn't work in touch devices #183

Closed mapedorr closed 4 months ago

mapedorr commented 4 months ago

Bug description

A clear and concise description of what the bug is.

https://github.com/carenalgas/popochiu/assets/4536477/b36164da-3f59-4d79-918f-236459e81d3d

Steps to reproduce

  1. Create a game with a room (with props) and a character.
  2. Run the game in the Editor. It should work as expected.
  3. Export the project to Web.
  4. Enter the website where the game is located and enable the device mode (Ctrl + Shift + M in Google Chrome, Opera GX, Firefox).
  5. Click anywhere in the room or a prop. The PC doesn't do anything.

Expected vs observed behavior

A clear and concise description of what you expected to happen and what happens instead.
If applicable, add screenshots, screen recordings, or gifs to help explain your problem.

Environment information (please complete):

Additional context

Clicking the GUI elements works.