IAmCheeseman / love-rich-text

A simple library to use rich text effects in Love2D.
MIT License
6 stars 1 forks source link

Insertion Effects #4

Open IAmCheeseman opened 7 months ago

IAmCheeseman commented 7 months ago

Insertion effects will take their inner text, and replace it with something else. I.e.:

RichText.addInsertionEffect("anger", function(text, args)
  return "{shake}" .. text .. "{/shake}"
end)