Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Is there any way to add text with "draw_text" and apply the same effect to it?

I would like to know the same thing, if it can affect text somehow this would be perfect for my current project

if its not all your text in your game you can create a sprite with the text, but isn't the best solution.

(1 edit)

A little late. Haven't tried it, but this sounds like a job for surfaces (sorry beginners... I also just learned how to use these properly). 

Draw the text to a surface, turn that surface into a sprite, then draw that sprite that way. 

Note that it sometimes creates a lag spike to create a sprite from a surface, so you may wanna figure out how to create these sprites from the beginning or a loading area.