Skip to content

Commit

Permalink
URL's like it's 1999...
Browse files Browse the repository at this point in the history
  • Loading branch information
konijn committed Nov 1, 2020
1 parent 1a01ada commit 2ecfe7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SVGMerchant/js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ UI.createImp = function createImp(ui) {
label: 'Imp,' + guid(),
render: {
sprite: {
texture: '/png/imp.png',
texture: './png/imp.png',
xScale: 0.1,
yScale: 0.1
}
Expand All @@ -148,7 +148,7 @@ UI.createLog = function createLog(ui) {
label: 'Log,' + guid(),
render: {
sprite: {
texture: '/png/log.png',
texture: './png/log.png',
xScale: 0.1,
yScale: 0.1
}
Expand Down

0 comments on commit 2ecfe7d

Please sign in to comment.