Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kserks committed Feb 21, 2021
1 parent 9d35700 commit b48010f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/visual-novel/_src/styles/_dialog-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dialog box
height: 120px;
padding: 5px;
border: none;
background-image: url(/assets/dialog-box.png);
background-image: url(../assets/dialog-box.png);
background-repeat: no-repeat;
position: absolute;
top: 245px;
Expand Down
2 changes: 1 addition & 1 deletion demo/visual-novel/_src/styles/_game.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$screenColor: #607D8B;
body{
background-image: url(/assets/background.png);
background-image: url(../assets/background.png);
background-color: rgba(0, 30 , 30 , 0.7);
font-family: 'Comic Sans MS', 'sans-serif';

Expand Down
2 changes: 1 addition & 1 deletion demo/visual-novel/_src/styles/_main-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
main menu
*/
.screen__main-menu{
background-image: url(/assets/main.menu.jpg);
background-image: url(../assets/main.menu.jpg);
color: $screenColor;
}
.main-menu__wrapper{
Expand Down
6 changes: 3 additions & 3 deletions demo/visual-novel/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b48010f

Please sign in to comment.