carenalgas / popochiu

Godot plugin to make point-and-click adventure games, inspired by tools like Adventure Game Studio and PowerQuest.
https://carenalgas.github.io/popochiu/
MIT License
186 stars 19 forks source link

Dialog menu issues #208

Closed mapedorr closed 5 months ago

mapedorr commented 5 months ago

Bug description

I'm gonna use this issue to group all the issues related to the Dialog menu.

The cursor shouldn't use the "waiting" texture

https://github.com/carenalgas/popochiu/assets/4536477/91db13a6-f4e4-406d-bc63-8f9bd81fe6c1

Clicking options make the menu move up

image

Options with long texts doesn't wrap

image

Steps to reproduce

  1. Make a dialog with different options (including ones that are enabled and disabled by code, also include options with long texts).
  2. See the different bugs mentioned above and cry.
  3. Keep crying.

Expected vs observed behavior

Environment information (please complete):

Additional context

Thanks to @fhgaha for the screenshots and the video.