Insality / druid

Powerful Defold UI component framework
https://insality.github.io/druid/modules/Druid.html
MIT License
276 stars 33 forks source link

Fix sender type for `druid_instance.on_message()` #267

Closed astrochili closed 3 months ago

astrochili commented 3 months ago

Even though there is no sender parameter in the gui documentation, really it comes with a url, not a hash.

Screenshot 2024-06-12 at 12 19 58

In the go documentation it's url.

Insality commented 3 months ago

annotations.lua is generated file, need to fix inside annotations in druid_instance.lua I'll keep this PR open until next release and I can fix it by myself if you not