Skip to content

Commit

Permalink
svg bg didn't quite reach bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Dec 13, 2016
1 parent 1c1a57e commit 4a95eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function makeBg(){
var bgcolors=[0xfff9c2,0xb4e2f6,0xff959c];
var y = 0;
var i = 0;
while(y < size.y){
while(y < size.y+150){
var bg = new PIXI.Graphics();
res.addChild(bg);
bg.beginFill(i%2 == 1 ? 0xd6a598 : bgcolors[(i/2)%3]);
Expand Down

0 comments on commit 4a95eae

Please sign in to comment.