Vow

Results 4 issues of Vow

Exposed the `blend_mode` property on sprite components. This allows the user to get and set a sprite's blend mode with `go.get()` and `go.set()`. Resolves #9292 ## PR checklist * [...

Added support for getting the type of a GUI node at runtime. The `gui.get_type()` function returns one of the following constants: * `gui.TYPE_BOX` * `gui.TYPE_TEXT` * `gui.TYPE_PIE` * `gui.TYPE_PARTICLEFX` *...

**Is your feature request related to a problem? Please describe (REQUIRED):** I'm working on frame-sensitive camera mechanics as part of a library. I believe Defold currently only updates the world...

feature request
engine

Although this is a very common task that's been around for over a decade, I'm not sure if the exact bytes in versions other than 1.0 are different than what's...