GDScript files are converted to binary on export now.
This commit is contained in:
parent
fb84b49d87
commit
93a63a5e1a
5 changed files with 102 additions and 20 deletions
|
|
@ -91,6 +91,7 @@ class ResourceLoader {
|
|||
static DependencyErrorNotify dep_err_notify;
|
||||
static bool abort_on_missing_resource;
|
||||
static HashMap<String, Vector<String> > translation_remaps;
|
||||
static HashMap<String, String> path_remaps;
|
||||
|
||||
static String _path_remap(const String &p_path, bool *r_translation_remapped = NULL);
|
||||
friend class Resource;
|
||||
|
|
@ -137,6 +138,9 @@ public:
|
|||
static String path_remap(const String &p_path);
|
||||
static String import_remap(const String &p_path);
|
||||
|
||||
static void load_path_remaps();
|
||||
static void clear_path_remaps();
|
||||
|
||||
static void reload_translation_remaps();
|
||||
static void load_translation_remaps();
|
||||
static void clear_translation_remaps();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue