SoDaRa / Kinetic-Text-Tags

Text Tags that add various effects to Ren'py text!
MIT License
73 stars 10 forks source link

CPS tag not working when using with glitch effect #5

Open Cyber-Tokyo opened 8 months ago

Cyber-Tokyo commented 8 months ago

I am trying to change the text speed for the text. I set up my defined variable in options.rpy, but when using the {glitch} tag, the text shows immediately instead of displaying the text as per the cps speed. I also tried using the cps tag, but still shows the text immediately. Any ideas?

Here's how I'm also adding the cps tag to the glitch effect

Eileen "{glitch=25.0}{cps=25}This is my typewriter text hehe{/cps}{/glitch}"