AdamRyanGameDev 7 Posted February 28, 2018 Report 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? Quote Link to post Share on other sites
AdamRyanGameDev 7 Posted February 28, 2018 Author Report Share Posted February 28, 2018 sprite.displayWidth for more info check out, http://browsergameshub.com/phaser3-lessons-and-code-pt2/ Archydemon and localtoast_zader 2 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.