Skip to content

Commit

Permalink
removed unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dobekidis authored and Michael Dobekidis committed Dec 27, 2015
1 parent f036fc0 commit 0450919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 245 deletions.
244 changes: 0 additions & 244 deletions Phasetips.js

This file was deleted.

2 changes: 1 addition & 1 deletion core.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GameState.prototype.preload = function () {
// Setup the example
GameState.prototype.create = function () {
// Set stage background to something sky colored
this.game.stage.backgroundColor = 0xcdcdcd;
this.game.stage.backgroundColor = 0x1e1e1e;
this.add.image(150, 0, "bg");
reg.track = _game.add.audio('track');

Expand Down

0 comments on commit 0450919

Please sign in to comment.