Skip to content

Commit f3279fd

Browse files
committed
put imported tiles into a custom tilemap gallery
1 parent 796b181 commit f3279fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pxtlib/tilemap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,7 @@ namespace pxt {
15891589
}
15901590
if (entry.tilemapTile) {
15911591
tags.push("tile");
1592+
tags.push("category-" + namespaceName)
15921593
}
15931594
}
15941595

0 commit comments

Comments
 (0)