===================================================================
--- original.js
+++ change.js
@@ -31,9 +31,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