summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/filesystem/path_loader.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-23 08:37:54 +0800
committerchai <chaifix@163.com>2019-01-23 08:37:54 +0800
commite26108787b6a121da83ce8dc23962adfedaf35d8 (patch)
treeea4df4d6b35f9b0bfc92a2c7cd122a9031beb8c3 /Source/Asura.Framework/filesystem/path_loader.lua
parent79d9be059b8c64740f2c4dd288afd3d5a807c156 (diff)
*修改大小写
Diffstat (limited to 'Source/Asura.Framework/filesystem/path_loader.lua')
-rw-r--r--Source/Asura.Framework/filesystem/path_loader.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/Asura.Framework/filesystem/path_loader.lua b/Source/Asura.Framework/filesystem/path_loader.lua
new file mode 100644
index 0000000..b9112df
--- /dev/null
+++ b/Source/Asura.Framework/filesystem/path_loader.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