summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/filesystem/pathloader.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-22 20:06:22 +0800
committerchai <chaifix@163.com>2019-01-22 20:06:22 +0800
commitc1330b1ea3525eec2d09b070167df563f3917ff9 (patch)
tree8acdc9d2fa8b6dd027ed8930314320864d78229e /Source/Asura.Framework/filesystem/pathloader.lua
parent90b11fbb0e4c578bf507370e102d6a5ed30ba31e (diff)
*修改文件名大小写
Diffstat (limited to 'Source/Asura.Framework/filesystem/pathloader.lua')
-rw-r--r--Source/Asura.Framework/filesystem/pathloader.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/Asura.Framework/filesystem/pathloader.lua b/Source/Asura.Framework/filesystem/pathloader.lua
new file mode 100644
index 0000000..b9112df
--- /dev/null
+++ b/Source/Asura.Framework/filesystem/pathloader.lua
@@ -0,0 +1,11 @@
+local PathLoader = AsuraEngine.Loader.New("path")
+local PathManager = require "Path/PathManager"
+
+function PathLoader.Load(asset)
+ if asset.type ~= "path" then
+ return nil
+ end
+
+end
+
+return Path \ No newline at end of file