made bg for ruffle prettier during autoplay=off
This commit is contained in:
parent
fd87f27c2a
commit
0fe0eace41
@ -35,7 +35,7 @@
|
|||||||
player.load({
|
player.load({
|
||||||
url: "{% static 'bloonsa_game/misc/bloons_unlimited.swf' %}?{{ flashVars | safe }}",
|
url: "{% static 'bloonsa_game/misc/bloons_unlimited.swf' %}?{{ flashVars | safe }}",
|
||||||
allowScriptAccess: true,
|
allowScriptAccess: true,
|
||||||
// backgroundColor: "#000",
|
backgroundColor: "#20B0FF",
|
||||||
});
|
});
|
||||||
player.style.width = "640px";
|
player.style.width = "640px";
|
||||||
player.style.height = "480px";
|
player.style.height = "480px";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user