Skip to content

Commit

Permalink
fixed fake token names
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsev committed Dec 3, 2024
1 parent ce1b16e commit 6b9b368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/itemFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export async function hideItem (originalItems: Item[]) {
const fakeToken = buildImage(originalItem.image as ImageContent, originalItem.grid as ImageGrid)
.disableHit(true)
.locked(true)
.name('Anonymized ' + (originalItem.name || 'Token'))
.layer('MAP')
.position(originalItem.position)
.zIndex(originalItem.zIndex - 100)
Expand Down

0 comments on commit 6b9b368

Please sign in to comment.