I tried
app.CreateImage( "Img/creatures/bespike_128x128.png", -1, .35, "creature", "alias");
and without tag(s)- also tried removing "alias" tag too
app.CreateImage( "Img/creatures/bespike_128x128.png", -1, .35, "alias");
app.CreateImage( "Img/creatures/bespike_128x128.png", -1, -1, "alias");
-.35, null,"creature", "alias");
-with just one attribute changed
-1, "creature", "alias");
-1, -.35,"creature", "alias"); - this one made the image dissapear, I tried moving it around and nothing
none of these except bottom one did anything at all
still no luck, the SetScale is the only thing that flips it around is there a way I could still use that and keep proper fractal scale maybe just flip it?