From ccd9a9d10a828495710f9919e25eb6c8a771ab1e Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Thu, 17 Jul 2014 07:37:31 -0700 Subject: [PATCH] Fix peter's website address --- moonlight/src/GameStates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonlight/src/GameStates.js b/moonlight/src/GameStates.js index e6ce7ca..2d602ce 100644 --- a/moonlight/src/GameStates.js +++ b/moonlight/src/GameStates.js @@ -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');