paulofmandown / rotLove

Roguelike Toolkit in Love. A Love2D/lua port of rot.js
http://paulofmandown.github.io/rotLove/
Other
258 stars 25 forks source link

Suggestion: allow color changing in strings a la rot.js #22

Closed Rakaneth closed 7 years ago

Rakaneth commented 7 years ago

I would like to be able to change the color of specific substrings without doing a lot of crazy math - something akin to rot.js' old syntax should work: display:write("%c{brown}Everything is all right%c{}, just relax.", 1, 1)