summaryrefslogtreecommitdiff
path: root/Samples/Hello/scripts/tiledmapimporter.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-19 22:02:41 +0800
committerchai <chaifix@163.com>2019-01-19 22:02:41 +0800
commitd570df7decd9a4f19c66b2d2d57a54652f0f9b7e (patch)
tree56d963d33f42094bdd620e98e37ea9e5aa71324c /Samples/Hello/scripts/tiledmapimporter.lua
parented55634426e42bb151f6c1710d8d0446e8ece8e1 (diff)
*misc
Diffstat (limited to 'Samples/Hello/scripts/tiledmapimporter.lua')
-rw-r--r--Samples/Hello/scripts/tiledmapimporter.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/Samples/Hello/scripts/tiledmapimporter.lua b/Samples/Hello/scripts/tiledmapimporter.lua
new file mode 100644
index 0000000..244aceb
--- /dev/null
+++ b/Samples/Hello/scripts/tiledmapimporter.lua
@@ -0,0 +1,7 @@
+local tiledMapImporter = AsuraEngine.Importer.New("tiledmap") --tiledmaptagtiledmap
+local TiledMapManager = require "TiledMapManager.lua"
+function tiledMapImporter:Load( data )
+
+end
+
+return tiledMapImporter \ No newline at end of file