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