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
181 stars 18 forks source link

Dialogues not centering with the "AboveCharacterText" node #262

Open BenjaTK opened 4 weeks ago

BenjaTK commented 4 weeks ago

Bug description

When using the above character dialog style, these lines of code change nothing: image This is because for some reason you can't use push_color AND the [center] and [right] tags, and removing the push_color call that goes before fixes the issue.

Steps to reproduce

Steps to reproduce the behavior:

  1. Make a character talk

Expected vs observed behavior

Expected: image Observed: image You can see that only in the second one the color shows up.

Environment information (please complete):

BenjaTK commented 4 weeks ago

image Pretty easy fix tbf