mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(news): sprite path
This commit is contained in:
parent
19cd15ed62
commit
ffb318fe8d
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue