TeamSyndi / syndibox

SyndiBox - A powerful text engine for dialog-heavy Godot projects
MIT License
91 stars 9 forks source link

[BUG] Profile image out of position #13

Closed ron0studios closed 3 years ago

ron0studios commented 4 years ago

Describe the bug icons have strange offsets

To Reproduce Steps to reproduce the behavior:

  1. add profile image
  2. the image is placed miles away from the actual textbox
  3. See error

Expected behavior The icon should be under the label and on the left of the text

Im going to make a pull request soon on fixing this because i think i can see whats happening!

Sudospective commented 4 years ago

I think it's because I rushed that addition and hardcoded it at the time. I need to change the code for the profiles when I get the chance, almost finished moving in to my apartment.

I-Have-No-Idea-What-IAmDoing commented 3 years ago

So i been playing around with this addon and i think the problem had something to do with the anchor as in the default position it a far away but if you adjust the anchor to be closer to the box it is much closer to how it should be.

i am going to see if i can try to fix that