In the 1.0 Alpha I try this:
(In the default script)
this.width = 10;
But nothing happens
In the 1.0 Alpha I try this:
(In the default script)
this.width = 10;
But nothing happens
Try using scaleX.
this.scaleX = 10;
Is there no way to change the width? The scale is kind of hard to work with in my case
I’ve tried a couple different things with no luck so this might just be a bug/unimplemented feature.
Hey all,
Just pushed a fix to width/height, should be live soon~
The fix for width and height has been pushed! Should be working now. comment here with any other issues.