Teemu
Teemu
**Is your feature request related to a problem? Please describe.** I want to change the `Button` minimum size but cannot set `min_size()` because it is `pub(crate)`. Oops? **Describe the solution...
Hey! Would it be possible to add a quick guide how to get this working? What to do with which thing after the build. Thank you
**Describe the bug (REQUIRED)** Calling **gui.clone_tree()** with **nil** param creates gui nodes till node the limit and if the limit is at 8192 then it even crashes the app. **To...
### Expected behaviour Changed gui property (e.g. size) of a template node resets to the template defaults. ### Actual behaviour Spits three errors. Requires editor restart. ### Steps to reproduce...
Is it expected that when using the `StaticGrid` `remove` method with a shift the actual gui nodes are moved? I was confused when I used `remove` without `gui.delete_node(deleted_node)` since it...
Add detection support for `ÿØÿÛ C` JPEG RAW (Lossless without JFIF information).
**Is your feature request related to a problem? Please describe (REQUIRED):** Sort of. When ever I try to edit the **Id** property of a GUI node or a GO (anything...
The `table.insert(dtile.tilemap_grid[dtile.tilemap_layers[i]][j], tile_id)` line can spit out `bad argument #1 to 'insert' (table expected, got nil)` error. I'm not 100% sure but I think it happens when the `tilemap_start_y` is...