Can't change width of an object

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~

1 Like

The fix for width and height has been pushed! Should be working now. comment here with any other issues.