diff options
author | chai <chaifix@163.com> | 2019-01-19 22:02:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-19 22:02:41 +0800 |
commit | d570df7decd9a4f19c66b2d2d57a54652f0f9b7e (patch) | |
tree | 56d963d33f42094bdd620e98e37ea9e5aa71324c /Samples/Hello/scripts | |
parent | ed55634426e42bb151f6c1710d8d0446e8ece8e1 (diff) |
*misc
Diffstat (limited to 'Samples/Hello/scripts')
-rw-r--r-- | Samples/Hello/scripts/hello.lua.asr | 3 | ||||
-rw-r--r-- | Samples/Hello/scripts/hello.lua.axm | 3 | ||||
-rw-r--r-- | Samples/Hello/scripts/tiledmapimporter.lua | 7 | ||||
-rw-r--r-- | Samples/Hello/scripts/tiledmapimporter.lua.axm | 0 |
4 files changed, 10 insertions, 3 deletions
diff --git a/Samples/Hello/scripts/hello.lua.asr b/Samples/Hello/scripts/hello.lua.asr deleted file mode 100644 index 87e3c43..0000000 --- a/Samples/Hello/scripts/hello.lua.asr +++ /dev/null @@ -1,3 +0,0 @@ -<script> - <source>hello.lua</source> -</script>
\ No newline at end of file diff --git a/Samples/Hello/scripts/hello.lua.axm b/Samples/Hello/scripts/hello.lua.axm new file mode 100644 index 0000000..c1395fc --- /dev/null +++ b/Samples/Hello/scripts/hello.lua.axm @@ -0,0 +1,3 @@ +<script> + <extern>hello.lua</extern> +</script>
\ No newline at end of file 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 diff --git a/Samples/Hello/scripts/tiledmapimporter.lua.axm b/Samples/Hello/scripts/tiledmapimporter.lua.axm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Samples/Hello/scripts/tiledmapimporter.lua.axm |