Hi defold team!
I read defold manual. however, I can’t make sense in Tokens section of html5 manual (http://www.defold.com/manuals/html5/).
I think each examples is not encoded in the section.
For example, in DEFOLD_DISPLAY_WIDTH section, just show following:
function doSomething() {
var x = ;
// ...
}
I guess that correct version is:
function doSomething() {
var x = {{DEFOLD_DISPLAY_WIDTH}};
// ...
}
pls check the manual. it’s hard to understand for me because I cant speak English very well.
Thanks.