Skip to content

Commit

Permalink
Change file path to spirit images to match other images
Browse files Browse the repository at this point in the history
  • Loading branch information
zmbube committed Mar 27, 2017
1 parent 0bc07a2 commit 02fef72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/map-data/map-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@
const _spiritData = [
{
text:'There were a lot of unnatural things around you.',
image: '../../images/spirits/artificial.png'
image: 'images/spirits/artificial.png'
},
{
text:'Your surroundings were a mixture of natural and unnatural items.',
image: '../../images/spirits/neutral.png'
image: 'images/spirits/neutral.png'
},
{
text: 'You are surrounded by natural things.',
image: '../../images/spirits/natural.png'
image: 'images/spirits/natural.png'
}
];

Expand Down

0 comments on commit 02fef72

Please sign in to comment.