AdamRyanGameDev Posted February 28, 2018 Share 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? Link to comment Share on other sites More sharing options...
AdamRyanGameDev Posted February 28, 2018 Author Share Posted February 28, 2018 sprite.displayWidth for more info check out, http://browsergameshub.com/phaser3-lessons-and-code-pt2/ localtoast_zader and Archydemon 2 Link to comment Share on other sites More sharing options...
Recommended Posts