Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey! First of all, great work! :)
I really appreciate the hard work and the responsiveness you put on this project!


I have a small question regarding the glitch text. Might be silly, but everytime I try to use it, I get the same error:

my_style = DispTextStyle()
NameError: name 'DispTextStyle' is not defined. 

How can I resolve this?
Thank you in advance! :) Have a great day!

Sorry for the late reply. But yeah you need to have the base kinetic_text_tags.rpy in there as well since it contains the DispTextStyle class which helps the text tag function handle other text tags. That or you can copy it from there into that file if it's the only thing you need.