Brian

Results 112 issues of 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

Google won't tell me how :D

documentation

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...

feature request
engine
editor
sprite

Testing new chat bots should work again, can add to example at some point for XOXO

improvement

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...

improvement

There's a version of the API which returns dummy results, not require connection to Facebook for testing, may be useful to support somehow

improvement

```Some are born great, some achieve greatness, and some have greatness thrust upon them.``` This text for example causes a line break. ![x](https://user-images.githubusercontent.com/409170/174687849-07a64edf-ea08-4af5-ad41-bf7f065a76d4.png) I feel like this shouldn't happen because...

bug

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...

enhancement