MrDavidBrony Posted August 25, 2015 Share Posted August 25, 2015 Hello, everybody! I'm noob in Phaser and I need your help. I've just created this simple code. But it doesn't work properly. Sprite "balloon" doesn't display: What's the problem? Help me, please! Link to comment Share on other sites More sharing options...
rich Posted August 25, 2015 Share Posted August 25, 2015 Use PNGs (and double check you actually have the files in the assets folder, properly named, it's also probably case-sensitive) Link to comment Share on other sites More sharing options...
mk12001 Posted August 25, 2015 Share Posted August 25, 2015 Upon checking the code, it's not named properly.. game.load.image('ballon', 'assets/balloon.gif'); should be game.load.image('balloon', 'assets/balloon.gif'); Link to comment Share on other sites More sharing options...
Recommended Posts