oops
This commit is contained in:
parent
c2fab4e999
commit
9eb1543a7a
@ -20,7 +20,7 @@ async function addHttpRoutes(app: Application) {
|
|||||||
tiles.forEach(tile => {
|
tiles.forEach(tile => {
|
||||||
assets.push({
|
assets.push({
|
||||||
key: tile.name,
|
key: tile.name,
|
||||||
value: '/assets/tiles/' + tile.name + '.png',
|
value: '/assets/tiles/' + tile.id + '.png',
|
||||||
group: 'tiles',
|
group: 'tiles',
|
||||||
type: 'link'
|
type: 'link'
|
||||||
});
|
});
|
||||||
@ -30,7 +30,7 @@ async function addHttpRoutes(app: Application) {
|
|||||||
objects.forEach(object => {
|
objects.forEach(object => {
|
||||||
assets.push({
|
assets.push({
|
||||||
key: object.name,
|
key: object.name,
|
||||||
value: '/assets/objects/' + object.name + '.png',
|
value: '/assets/objects/' + object.id + '.png',
|
||||||
group: 'objects',
|
group: 'objects',
|
||||||
type: 'link'
|
type: 'link'
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user