Improved tabletop creature bar

This commit is contained in:
Stefan Zermatten
2023-07-17 15:56:30 +02:00
parent a568510f43
commit 6dcce2e36a
7 changed files with 248 additions and 81 deletions

View File

@@ -50,6 +50,7 @@ Meteor.publish('tabletop', function (tabletopId) {
avatarPicture: 1,
tabletop: 1,
initiativeRoll: 1,
settings: 1,
},
});
const creatureIds = creatureSummaries.map(c => c._id);