Fix peter's website address

This commit is contained in:
2014-07-17 07:37:31 -07:00
parent 52f60ade6f
commit ccd9a9d10a

View File

@@ -540,7 +540,7 @@ Preloader.prototype.preload = function()
this.loadingText.anchor.setTo(0.5, 0.5);
this.creditText = textImage(game.world.centerX,
480 - 16,
"Featuring Art by Peter Hann (www.peter-hann.com)",
"Featuring Art by Peter Hann (www.phann.de)",
FONTSIZE_SMALL);
this.creditText.anchor.setTo(0.5, 0.5);
this.preloadTube = game.add.image(game.world.centerX, 280, 'loadingtube');