summaryrefslogtreecommitdiffstats
path: root/editor/icons/MissingNode.svg
Commit message (Collapse)AuthorAgeFilesLines
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-231-1/+1
|
* Optimize and fix up some SVGsMewPurPur2023-08-131-1/+1
|
* Manually optimize a lot of SVGsVolTer2023-05-271-1/+1
|
* Implement missing Node & Resource placeholdersreduz2022-05-031-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.