Bug: New line doesn't work with "stage.random.text" #933
Unanswered
MUGEN-Slayer
asked this question in
Feature Request
Replies: 1 comment
|
We should add newline support in most, if not all text definitions. After k4thos' lua refactoring effort, this will be doable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It's like the title describes. I'm using it like this:
stage.random.text = "Battle Location: \n???"The result on the select screen when random stage is highlighted:
Battle Location: \n???With the named stages, the new line works:
stage.text = "Battle Location: \n%s"Platform
All reactions