-
Notifications
You must be signed in to change notification settings - Fork 13
Chart Editor
Wither362 edited this page Jan 14, 2023
·
6 revisions
With the FlxTextFormat, I've (Wither) created the Markdown (not all) for using it in event's descriptions, you can use them like this:
Rotates the camera.
<b>Value 1:<b> degrees.
<b>Value 2:<b> seconds.
<r><b>CAUTION: IT MAY BREAK THE GAME.<b><r>
It will see like this:
Rotates the camera.
Value 1: degrees. Value 2: seconds.
(Now in red) CAUTION: IT MAY BREAK THE GAME. (End of red)
The reason why I can’t color red here, it’s because Markdown doesn’t allow colors except for black and white.
- <b>: bold. EX: <b>how are you doing<b>
- <i>: italic. EX: <i>how are you doing<i>
- <r>: red. EX: <r>how are you doing<r> (Again the problem…)
- <bl>: black. EX: <bl>how are you doing<bl> (It will see with a black color)