From 02fef7226294a54a97bb4e1e1d8427dd875a417e Mon Sep 17 00:00:00 2001 From: Zachary Bube Date: Mon, 27 Mar 2017 10:23:14 -0400 Subject: [PATCH] Change file path to spirit images to match other images --- src/map-data/map-data.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/map-data/map-data.html b/src/map-data/map-data.html index 9dcb351..65c144f 100644 --- a/src/map-data/map-data.html +++ b/src/map-data/map-data.html @@ -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' } ];