[tiled] JSPlugin
Porfirio
porfirio.ribeiro at sapo.pt
Fri Aug 8 03:36:06 PDT 2008
Hi!
I have been working on a JSPlugin for tiled.
Currently tiled suport JSON but the result is not realy easy to use.
So i decided to create my own plugin.
I based my work on the LUA plugin just modified the plugin to generate
JavaScript and to change the mmap output
now the output is array based
5x5 ex
data:[
[0,0,2,0,1],
[0,0,0,0,1],
[0,0,0,0,1],
[0,0,0,0,1],
[0,0,0,0,1]
]
Its not 100% complete, and only works with referenced images for tilesets
Atached is the code and some test files
Porfirio Ribeiro
-------------- next part --------------
A non-text attachment was scrubbed...
Name: JSPlugin.zip
Type: application/octet-stream
Size: 108510 bytes
Desc: not available
Url : http://rpgdx.net/pipermail/tiled-commit_rpgdx.net/attachments/20080808/a3d424de/attachment-0001.obj
More information about the tiled-commit
mailing list