Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 169 Bytes

File metadata and controls

11 lines (8 loc) · 169 Bytes

Use Phaser.HEADLESS

var game = new Phaser.Game(800, 600, Phaser.HEADLESS);

Load with absolute path

game.load.image('car', __dirname + '/bullet.png');