Jump to content

How to set sprite height/width


AdamRyanGameDev
 Share

Recommended Posts

I am having some basic syntax confusion...

i have declared a sprite...

 

var taxi = this.add.sprite(100, 100, 'taxi').setOrigin(0, 0);

					

and now would like to resize it

I have tried various combos (including ideas from phaser2 i found), what am I doing wrong?

taxi.width = 25;
taxi.setWidth = 25;
taxi.setSize = (25,25);

Any help for noob here?

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...