mirror of https://github.com/axmolengine/axmol.git
349 B
349 B
Axmol WASM
Building axmol for target platform: webgl aka wasm.
After setup, just run follow command:
axmol build -p wasm
TODO
#ifndef EMSCRIPTEN
const FT_Int spread = DistanceMapSpread;
FT_Property_Set(_FTlibrary, "sdf", "spread", &spread);
FT_Property_Set(_FTlibrary, "bsdf", "spread", &spread);
#endif