TheV360/Love2DSmileBASICLibrary

Line breaks don't work in Text:print()

Closed this issue · 0 comments

CHR$(10) should break lines, CHR$(13) should show the break character.
When you use CHR$(10), the end of lines are not set to CHR$(10), they are still 0.
Adding this may slow down the text printing...