If you can export the coordinates (points) data from this software into a common file format (does it output to JSON?) then you can gather the points that way. Corona can not “directly” load this software, but if you can get the data into a readable format, then a quick module could be written to load that data and apply it to a physics body.
If you can export the coordinates (points) data from this software into a common file format (does it output to JSON?) then you can gather the points that way. Corona can not “directly” load this software, but if you can get the data into a readable format, then a quick module could be written to load that data and apply it to a physics body.
Hi I’m having a similar problem. I have bought a flappy bird template and changed the look of everything. However my bird collides with the old shape of the “tube”. I have used Physics Editor (PE) to make an accurate outline of my new “tube” and exported it as a .lua file, but I don’t know how to direct the main.lua to it? There is also a game.lua that came with the template too. Or do I need to cut and paste from one to another.
Hi I’m having a similar problem. I have bought a flappy bird template and changed the look of everything. However my bird collides with the old shape of the “tube”. I have used Physics Editor (PE) to make an accurate outline of my new “tube” and exported it as a .lua file, but I don’t know how to direct the main.lua to it? There is also a game.lua that came with the template too. Or do I need to cut and paste from one to another.