summaryrefslogtreecommitdiff
path: root/Samples/Hello/scripts/tiledmapimporter.lua
blob: 782c84095ef25c6771076952439e72d28593cdcd (plain)
1
2
3
4
5
6
7
8
9
local TiledMapLoader = AsuraEngine.Importer.New("tiledmap") --tiledmaptagtiledmap
local TiledMapManager = require "TiledMapManager.lua"
function TiledMapLoader:Load( asset, data )
	
    
    
end

return TiledMapLoader