-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
current game logic will cut them.
example from the opening:
<CC03EA><color=0001>"Once upon a time,<lineend>there was a kingdom<lineend>called Valendia."<pause><lineend><CC03EA>"The people of the<lineend>kingdom lived in<lineend>peace, watched over<lineend>by their wise and<lineend>powerful Queen."<pause><lineend><CC03EA>"But, one night, a<lineend>horde of Demons<lineend>suddenly appeared<lineend>and attacked the<lineend>castle..."<pause><lineend>|
the first part is ok: <CC03EA><color=0001>"Once upon a time,<lineend>there was a kingdom<lineend>called Valendia."<pause><lineend> -> 3x <lineend> tags = 3 lines
the second part has too many lines and will be cut:
<CC03EA>"The people of the<lineend>kingdom lived in<lineend>peace, watched over<lineend>by their wise and<lineend>powerful Queen."<pause><lineend>-> 5 lines<CC03EA>"But, one night, a<lineend>horde of Demons<lineend>suddenly appeared<lineend>and attacked the<lineend>castle..."<pause><lineend>-> 5 lines
20 chars seems to be optimal line lenght.
Reactions are currently unavailable