monkeymanboy / BeatSaberMarkupLanguage

MIT License
89 stars 44 forks source link

Add style props to <text /> components #3

Closed luludotdev closed 5 years ago

luludotdev commented 5 years ago

<text /> components can now make use of bold, italics, underlined and strikethrough props to quickly add TextMeshPro tags to the text prop.

I added this since working with TMP tags in XML is a pain since they have to be URL encoded.