summaryrefslogtreecommitdiff
path: root/Samples/Hello/scripts/tiledmapimporter.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-23 08:49:37 +0800
committerchai <chaifix@163.com>2019-01-23 08:49:37 +0800
commit4c5caaca408f52b6b14e4ba63bd2c87fa8cb61da (patch)
tree50196c1054e99c9c34224620441c1f36cefbef48 /Samples/Hello/scripts/tiledmapimporter.lua
parente26108787b6a121da83ce8dc23962adfedaf35d8 (diff)
*修改文件名
Diffstat (limited to 'Samples/Hello/scripts/tiledmapimporter.lua')
-rw-r--r--Samples/Hello/scripts/tiledmapimporter.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/Samples/Hello/scripts/tiledmapimporter.lua b/Samples/Hello/scripts/tiledmapimporter.lua
deleted file mode 100644
index 782c840..0000000
--- a/Samples/Hello/scripts/tiledmapimporter.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-local TiledMapLoader = AsuraEngine.Importer.New("tiledmap") --tiledmaptagtiledmap
-local TiledMapManager = require "TiledMapManager.lua"
-function TiledMapLoader:Load( asset, data )
-
-
-
-end
-
-return TiledMapLoader \ No newline at end of file