Hey there. I'm tinkering with Godot for an app I'm planning to make. One of the things I wanted is to make customization easy to do.
For this, I thought about loading scene files for each menu from a folder depending on what is specified in a configuration file.
For example, if the configuration file states to load a specific theme named pixelart, the app would look for menu.tscn in themes/pixelart/. The thing bugging me is how safe is this approach. If someone downloaded a malicious scene.tscn file, it could end bad.
I tend to overthink a lot of stuff, so I appreciate any feedback and ideas. Thanks for reading along, here, take this cupcake 🧁!