Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

The source code is now available.

You can find the shader in Shaders/template.glsl. The signed distance field function is inserted into that shader and recompiled everytime the scene changes. All variables are uniforms so that changing them is possible without recompiling.

You should be able to use the template and insert the generated code that's visible in the editor manually.