Brian
Brian
https://forum.defold.com/t/attention-extension-creators/59718 https://www.defold.com/manuals/extensions-script-api/
Testing out this extension as I am not sure I ever did !
gameExecutionMode quotes style line was wrong
Like with tilemaps, could have some extra data for atlases. One could be custom anchor points for pivoting. This would allow artists to set one or more anchor point of...
Testing new chat bots should work again, can add to example at some point for XOXO
Something like this for mock.lua ``` local info = sys.get_sys_info() if info.system_name == "HTML5" then local domain = html5.run("window.location.hostname") if domain == "localhost" then fbinstant = nil end end if...
There's a version of the API which returns dummy results, not require connection to Facebook for testing, may be useful to support somehow
```Some are born great, some achieve greatness, and some have greatness thrust upon them.``` This text for example causes a line break.  I feel like this shouldn't happen because...
Sometimes users may want to have emoticons in text and have them scale to be a part of a line to fit and not scale up the next line. There...