Problem with DAME exporter


/ Published in: Lua
Save to your folder(s)

problem is around line 445.
I want to generate:
Background= new ImageLayer( 1, 2, .75, .75,'Background');

or in general it's
(Layer Name as object) = new ImageLayer( xPos, yPos, scrollx, scrolly, Layer Name);

Currently it generates
Background= new ImageLayer( Background);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.