summaryrefslogtreecommitdiff
path: root/Source/modules/asura-framework/scripts/filesystem/path_loader.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/modules/asura-framework/scripts/filesystem/path_loader.lua')
-rw-r--r--Source/modules/asura-framework/scripts/filesystem/path_loader.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/modules/asura-framework/scripts/filesystem/path_loader.lua b/Source/modules/asura-framework/scripts/filesystem/path_loader.lua
new file mode 100644
index 0000000..986e42c
--- /dev/null
+++ b/Source/modules/asura-framework/scripts/filesystem/path_loader.lua
@@ -0,0 +1,9 @@
+require "Path/PathManager"
+
+local loader = AsuraEngine.Loader.New("path")
+
+function loader.OnLoad(asset)
+ if asset.type ~= "path" then
+ return nil
+ end
+end \ No newline at end of file