diff options
author | chai <chaifix@163.com> | 2019-01-23 08:49:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-23 08:49:37 +0800 |
commit | 4c5caaca408f52b6b14e4ba63bd2c87fa8cb61da (patch) | |
tree | 50196c1054e99c9c34224620441c1f36cefbef48 /Samples/Hello/scripts/tiledmap_importer.lua | |
parent | e26108787b6a121da83ce8dc23962adfedaf35d8 (diff) |
*修改文件名
Diffstat (limited to 'Samples/Hello/scripts/tiledmap_importer.lua')
-rw-r--r-- | Samples/Hello/scripts/tiledmap_importer.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Samples/Hello/scripts/tiledmap_importer.lua b/Samples/Hello/scripts/tiledmap_importer.lua new file mode 100644 index 0000000..782c840 --- /dev/null +++ b/Samples/Hello/scripts/tiledmap_importer.lua @@ -0,0 +1,9 @@ +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 |