We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5529e7a commit 85f541eCopy full SHA for 85f541e
1 file changed
src/scripts/gui/InventoryBar.js
@@ -130,7 +130,7 @@ class InventoryBar {
130
if ($(list[i]).attr('data-texture') === '') {
131
url = ''
132
} else {
133
- url = '/assets/items/items-Atlas.png'
+ url = 'assets/items/items-Atlas.png'
134
const tex = 43
135
const items = this.game.al.get('itemsMapping')
136
$(list[i]).css('background-repeat', 'no-repeat')
0 commit comments