fix(news): sprite path

This commit is contained in:
Sabe Jones 2017-09-28 23:50:29 +00:00
parent 19cd15ed62
commit ffb318fe8d
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ RUN npm install -g gulp grunt-cli bower mocha
# Clone Habitica repo and install dependencies
RUN mkdir -p /usr/src/habitrpg
WORKDIR /usr/src/habitrpg
RUN git clone --branch release https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN git clone --branch v4.0.3 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN npm install
RUN bower install --allow-root
RUN gulp build:prod --force

View file

@ -49,7 +49,7 @@
}
.grassy-meadow-backdrop {
background-image: url('~assets/images/npc/normal/tavern_background.png');
background-image: url('~assets/images/npc/fall/tavern_background.png');
background-repeat: repeat-x;
width: 100%;
height: 246px;
@ -69,7 +69,7 @@
}
.sorceress_front {
background-image: url('~assets/images/npc/normal/seasonal_shop_opened_npc.png');
background-image: url('~assets/images/npc/fall/seasonal_shop_opened_npc.png');
height: 246px;
width: 471px;
background-repeat: no-repeat;