Skip to content

Commit 85f541e

Browse files
committed
fix itemsAtlas relative path
1 parent 5529e7a commit 85f541e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/gui/InventoryBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class InventoryBar {
130130
if ($(list[i]).attr('data-texture') === '') {
131131
url = ''
132132
} else {
133-
url = '/assets/items/items-Atlas.png'
133+
url = 'assets/items/items-Atlas.png'
134134
const tex = 43
135135
const items = this.game.al.get('itemsMapping')
136136
$(list[i]).css('background-repeat', 'no-repeat')

0 commit comments

Comments
 (0)