Skip to content

Commit

Permalink
Real background for level2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Applegate committed Dec 1, 2012
1 parent 609c409 commit 02b477a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions public/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ body {
display: block;
background-color: #fafafa;
margin: 0 auto;
background: url('/img/level-asset-background-01.png?1354373823');
background: url('/img/level-asset-background-01.png?1354380842');
}
/* line 150, ../sass/global.scss */
#gamescape.level2 {
background: url('/img/level-asset-background-02-dev.png?1354376843');
background: url('/img/level-asset-background-02.png?1354380842');
}
/* line 154, ../sass/global.scss */
#gamescape.level3 {
background: url('/img/level-asset-background-03.png?1354377050');
background: url('/img/level-asset-background-03.png?1354380842');
}
2 changes: 1 addition & 1 deletion public/sass/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ body {
@include background(image-url('level-asset-background-01.png'));

&.level2 {
@include background(image-url('level-asset-background-02-dev.png'));
@include background(image-url('level-asset-background-02.png'));
}

&.level3 {
Expand Down

0 comments on commit 02b477a

Please sign in to comment.