===================================================================
--- original.js
+++ change.js
@@ -48,9 +48,9 @@
/****
* Initialize Game
****/
var game = new LK.Game({
- backgroundColor: 0xFFFFFF // Change background color to white
+ backgroundColor: 0x87CEEB // Change background color to sky blue
});
/****
* Game Code