aesereht
aesereht
Script pointing the top stack to get script name, function and line.
It would be good to consider a method of adding prevention from loading a mod in case of incompability. There is currently arguments in json manifest schema ```json "compatible_mod_loader_version": "4.0.0",...
Maybe related with https://github.com/GodotModding/godot-mod-loader/issues/338  When trying to extend script with it produce errors. The example above was when trying to extend the `_ready()` method . In case of just...
So in `mod_manifest.gd` we specify the image as ``` var image: CompressedTexture2D ``` Which in itself is a problem, as we are providing the input from `manifest.json` file, which should...