AdamRyanGameDev 7 Report post Posted February 28, 2018 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? Quote Share this post Link to post Share on other sites
AdamRyanGameDev 7 Report post Posted February 28, 2018 sprite.displayWidth for more info check out, http://browsergameshub.com/phaser3-lessons-and-code-pt2/ 2 localtoast_zader and Archydemon reacted to this Quote Share this post Link to post Share on other sites