1 decade ago by svenanders
Anyone have any experience with using retina fonts in Ejecta? My builds does not display anything if I add a myfont@2x.png in addition to myfont.png.
This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact
ctx.font = "22pt Avenir-Black"; ctx.textAlign = 'left'; ctx.fillStyle = '#ffffff'; ctx.fillText("Game Over!", 15, 15);