Skip to content

Commit 28c1fea

Browse files
authored
Merge pull request #5 from Temp0ralAnomaly/fix/spell-effect-icons
[BugFix] Fix spell/effect icons url
2 parents 587e152 + 01ac1c8 commit 28c1fea

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

zombiemancer.css

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -355,35 +355,35 @@ div.spells > button.spell span.se {
355355
}
356356

357357
div.spells > button.spell span.se.detonate {
358-
background: url("/images/detonate.png") no-repeat center/contain;
358+
background: url("images/detonate.png") no-repeat center/contain;
359359
}
360360

361361
div.spells > button.spell span.se.earth-freeze {
362-
background: url("/images/earthfreeze.png") no-repeat center/contain;
362+
background: url("images/earthfreeze.png") no-repeat center/contain;
363363
}
364364

365365
div.spells > button.spell span.se.energy-charge {
366-
background: url("/images/energy-charge.png") no-repeat center/contain;
366+
background: url("images/energy-charge.png") no-repeat center/contain;
367367
}
368368

369369
div.spells > button.spell span.se.gigazombies {
370-
background: url("/images/gigazombies.png") no-repeat center/contain;
370+
background: url("images/gigazombies.png") no-repeat center/contain;
371371
}
372372

373373
div.spells > button.spell span.se.incinerate {
374-
background: url("/images/incinerate.png") no-repeat center/contain;
374+
background: url("images/incinerate.png") no-repeat center/contain;
375375
}
376376

377377
div.spells > button.spell span.se.pandemic {
378-
background: url("/images/pandemic.png") no-repeat center/contain;
378+
background: url("images/pandemic.png") no-repeat center/contain;
379379
}
380380

381381
div.spells > button.spell span.se.time-warp {
382-
background: url("/images/time-warp.png") no-repeat center/contain;
382+
background: url("images/time-warp.png") no-repeat center/contain;
383383
}
384384

385385
div.spells > button.spell span.se.part-storm {
386-
background: url("/images/part-storm.png") no-repeat center/contain;
386+
background: url("images/part-storm.png") no-repeat center/contain;
387387
}
388388

389389

@@ -947,35 +947,35 @@ div.skeleton > div.lvl.dead {
947947
}
948948

949949
.inventory .item .spell.detonate {
950-
background: url("/images/detonate.png") no-repeat center/contain;
950+
background: url("images/detonate.png") no-repeat center/contain;
951951
}
952952

953953
.inventory .item .spell.earth-freeze {
954-
background: url("/images/earthfreeze.png") no-repeat center/contain;
954+
background: url("images/earthfreeze.png") no-repeat center/contain;
955955
}
956956

957957
.inventory .item .spell.energy-charge {
958-
background: url("/images/energy-charge.png") no-repeat center/contain;
958+
background: url("images/energy-charge.png") no-repeat center/contain;
959959
}
960960

961961
.inventory .item .spell.gigazombies {
962-
background: url("/images/gigazombies.png") no-repeat center/contain;
962+
background: url("images/gigazombies.png") no-repeat center/contain;
963963
}
964964

965965
.inventory .item .spell.incinerate {
966-
background: url("/images/incinerate.png") no-repeat center/contain;
966+
background: url("images/incinerate.png") no-repeat center/contain;
967967
}
968968

969969
.inventory .item .spell.pandemic {
970-
background: url("/images/pandemic.png") no-repeat center/contain;
970+
background: url("images/pandemic.png") no-repeat center/contain;
971971
}
972972

973973
.inventory .item .spell.time-warp {
974-
background: url("/images/time-warp.png") no-repeat center/contain;
974+
background: url("images/time-warp.png") no-repeat center/contain;
975975
}
976976

977977
.inventory .item .spell.part-storm {
978-
background: url("/images/part-storm.png") no-repeat center/contain;
978+
background: url("images/part-storm.png") no-repeat center/contain;
979979
}
980980

981981
.filter-toggle {
@@ -1080,35 +1080,35 @@ div.skeleton > div.lvl.dead {
10801080

10811081

10821082
.inventory .items-filter li .icon.detonate {
1083-
background: url("/images/detonate.png") no-repeat center/contain;
1083+
background: url("images/detonate.png") no-repeat center/contain;
10841084
}
10851085

10861086
.inventory .items-filter li .icon.earth-freeze {
1087-
background: url("/images/earthfreeze.png") no-repeat center/contain;
1087+
background: url("images/earthfreeze.png") no-repeat center/contain;
10881088
}
10891089

10901090
.inventory .items-filter li .icon.energy-charge {
1091-
background: url("/images/energy-charge.png") no-repeat center/contain;
1091+
background: url("images/energy-charge.png") no-repeat center/contain;
10921092
}
10931093

10941094
.inventory .items-filter li .icon.gigazombies {
1095-
background: url("/images/gigazombies.png") no-repeat center/contain;
1095+
background: url("images/gigazombies.png") no-repeat center/contain;
10961096
}
10971097

10981098
.inventory .items-filter li .icon.incinerate {
1099-
background: url("/images/incinerate.png") no-repeat center/contain;
1099+
background: url("images/incinerate.png") no-repeat center/contain;
11001100
}
11011101

11021102
.inventory .items-filter li .icon.pandemic {
1103-
background: url("/images/pandemic.png") no-repeat center/contain;
1103+
background: url("images/pandemic.png") no-repeat center/contain;
11041104
}
11051105

11061106
.inventory .items-filter li .icon.time-warp {
1107-
background: url("/images/time-warp.png") no-repeat center/contain;
1107+
background: url("images/time-warp.png") no-repeat center/contain;
11081108
}
11091109

11101110
.inventory .items-filter li .icon.part-storm {
1111-
background: url("/images/part-storm.png") no-repeat center/contain;
1111+
background: url("images/part-storm.png") no-repeat center/contain;
11121112
}
11131113

11141114
.inventory .items-filter li .icon.helmet {

0 commit comments

Comments
 (0)