beuleal Posted February 19, 2015 Share Posted February 19, 2015 Hi! Why i cant do it? var newShip = game.add.bitmapText(w/2-100,215,'carrier_command', "New ship available! \n\n", 10);newShip.tint = "0xFF0000";newShip.anchor.setTo(0.5,0.5); Link to comment Share on other sites More sharing options...
Triplanetary Posted February 19, 2015 Share Posted February 19, 2015 Because BitmapText doesn't have an anchor property. Link to comment Share on other sites More sharing options...
beuleal Posted February 19, 2015 Author Share Posted February 19, 2015 Sorry! But in the past it had Link to comment Share on other sites More sharing options...
Recommended Posts