You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For certain strings, the Display Choice event cuts off text even though there's room for the characters.
To Reproduce
Steps to reproduce the behavior:
Create a Display choice even
Type "Seduction book (Atn)"
View the preview of the choice, which shows it fits
Run game, which shows missing characters
Expected behavior
Show all characters up to the end of the popup.
Screenshots
Platform (please complete the following information):
OS: Linux Mint
App version: 4.1.3
Additional context
If I set the project to mono spaced, it cuts the text off at the same character, making me think the Display Choice event is using the wrong code to determine the cut off.
The text was updated successfully, but these errors were encountered:
Yeah you were right this was left over cropping from a time when only mono space fonts were supported so cropping was handled automatically. These days most of that auto cropping has been removed and it's up to you to make sure you don't write too much text, I'd just missed removing that that one.
I've fixed here: ae071b4
which will be included in the next release.
Another option you have rather than updating is to use the "Display Menu" event with the following options which should end up being equivalent but without the cropping
Describe the bug
For certain strings, the Display Choice event cuts off text even though there's room for the characters.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Show all characters up to the end of the popup.
Screenshots
Platform (please complete the following information):
Additional context
If I set the project to mono spaced, it cuts the text off at the same character, making me think the Display Choice event is using the wrong code to determine the cut off.
The text was updated successfully, but these errors were encountered: