===================================================================
--- original.js
+++ change.js
@@ -57,9 +57,9 @@
/****
* Initialize Game
****/
var game = new LK.Game({
- backgroundColor: 0x000000 //Init game with black background
+ backgroundColor: 0x0000FF //Init game with blue background
});
/****
* Game Code