7thbeatgames / rd

This repository is to track player feedback for a rhythm game 'Rhythm Doctor'.
https://7thbe.at
9 stars 0 forks source link

Allow \n to make a new line in floating text #68

Open R3Ked opened 1 year ago

R3Ked commented 1 year ago

Please Check

What problem motivated you to submit the suggestion?

I was making a floating text that spanned multiple lines but that doesn't work so I had to split it up

Suggestion / Solution

Since making a new line is reserved for a specific function using the Advance Floating Text action, you can't make one floating text span multiple lines without splitting it up. However, it would be convenient to allow one floating text to span multiple lines. I propose making "\n" make a line break in floating text, as it does in coding applications. That way, floating text can be in multiple lines in a simple way without sacrificing the function that line breaks have.

Alternatives & Workarounds

No response

Demo & Mockup

No response

Note

No response