Add a preloader bar

This commit is contained in:
2014-06-15 21:18:15 -07:00
parent 97eaa58cc7
commit 1034b14671

View File

@@ -1370,7 +1370,6 @@ function Boot()
var Boot = function(game) { var Boot = function(game) {
} }
Boot.prototype = Object.create(Phaser.State.prototype);
Boot.preload = function() Boot.preload = function()
{ {
@@ -1389,7 +1388,6 @@ Boot.create = function()
var Preloader = function(game) { var Preloader = function(game) {
} }
Preloader.prototype = Object.create(Phaser.State.prototype);
Preloader.prototype.preload = function() Preloader.prototype.preload = function()
{ {