TeamSyndi / syndibox

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

[BUG] Line Transposing is Non-Functional. #1

Closed Sudospective closed 4 years ago

Sudospective commented 4 years ago

Describe the bug When printing more than two lines of dialog, line transposing (pushing one line out to feed another line in) does not work as expected.

To Reproduce Steps to reproduce the behavior:

  1. Insert SyndiBox Node.
  2. Type efficient length of single-line text.
  3. Play Scene.
  4. Lines will not transpose after second line.

Expected behavior Line should transpose after the second line of text to display dialog correctly.

Screenshots Transpose Bug

Desktop (please complete the following information):

Additional context This has been tested over three lines of text. Issue still persists.

Sudospective commented 4 years ago

Fixing issue #2 might fix this as well 🤔

Sudospective commented 4 years ago

Fixing issue #2 might fix this as well

it did not ;-;

Sudospective commented 4 years ago

Issue finally fixed thank god