defold_collection_parser:将Defold的收藏和游戏对象文件解析为Lua表的模块 源码
Defold用于收藏,游戏对象和组件的文件应该几乎可以打开,它们都是相同的格式。 最小用法示例: parser.decodeFile(文件) file = io.open (path, " r " ) local data = parser. decodeFile (file, filepath) file: close () parser.encodeFile(文件,数据) local file = io.open (path, " w " ) parser. encodeFile (file, data) file: close ()
文件列表
defold_collection_parser-master.zip
(预估有个3文件)
defold_collection_parser-master
collection_parser.lua
9KB
LICENSE
1KB
README.md
439B
暂无评论