Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: Optimize `.svg` files with `svgo` | Thaddeus Crews | 2024-06-23 | 1 | -1/+1 |
| | |||||
* | Optimize and fix up some SVGs | MewPurPur | 2023-08-13 | 1 | -1/+1 |
| | |||||
* | Manually optimize a lot of SVGs | VolTer | 2023-05-27 | 1 | -1/+1 |
| | |||||
* | Implement missing Node & Resource placeholders | reduz | 2022-05-03 | 1 | -0/+1 |
Implemented by request of @neikeq to advance in the GDExtension version of Mono. * If a Resource type is missing upon load, it will be remembered together with its data (Unless manually overriden). * If a Node type is missing upon load, it will be also be remembered together with its data (unless deleted). This feature makes working with GDExtension much easier, as it ensures that missing types no longer cause data loss. |