mirror of
https://github.com/wassname/phaser.git
synced 2026-07-04 17:20:31 +08:00
Lots of new examples :)
Lots of new examples, the wip/examples folder can be destoryed I think
This commit is contained in:
@@ -7,13 +7,8 @@
|
||||
|
||||
(function () {
|
||||
|
||||
var game = new Phaser.Game(800, 600, Phaser.CANVAS, '', { preload: preload, create: create, update: update, render: render });
|
||||
var game = new Phaser.Game(800, 600, Phaser.CANVAS, '', {create: create, render: render });
|
||||
|
||||
function preload() {
|
||||
|
||||
// game.load.image('disk', 'assets/sprites/ra_dont_crack_under_pressure.png');
|
||||
|
||||
}
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -21,9 +16,6 @@
|
||||
|
||||
}
|
||||
|
||||
function update() {
|
||||
}
|
||||
|
||||
function render() {
|
||||
|
||||
game.debug.renderPointer(game.input.mousePointer);
|
||||
|
||||
Reference in New Issue
Block a user