Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new optional params to packed_scene wrapper
ResourceLoader has some parameters that are otherwise inaccessible, notably the CacheMode, which defaults to 1 = CACHE_MODE_REUSE. This caches previous loads and reuses them, which is pretty neat, but the use of this cache may not always be required, so it's best to give the user the option to change this mode.
- Loading branch information