diff --git a/app/bloonsa_game/templates/bloonsa_game/game.html b/app/bloonsa_game/templates/bloonsa_game/game.html index a1774e4..ca6ead0 100644 --- a/app/bloonsa_game/templates/bloonsa_game/game.html +++ b/app/bloonsa_game/templates/bloonsa_game/game.html @@ -35,7 +35,7 @@ player.load({ url: "{% static 'bloonsa_game/misc/bloons_unlimited.swf' %}?{{ flashVars | safe }}", allowScriptAccess: true, - // backgroundColor: "#000", + backgroundColor: "#20B0FF", }); player.style.width = "640px"; player.style.height = "480px";