display done/total pieces

This commit is contained in:
Zutatensuppe 2021-04-20 23:15:29 +02:00
parent bbe0d03a49
commit 681c8375d5
2 changed files with 13 additions and 0 deletions

View file

@ -27,4 +27,6 @@ export default {
getTileDrawSize: GameCommon.getTileDrawSize,
getStartTs: GameCommon.getStartTs,
getFinishTs: GameCommon.getFinishTs,
getFinishedTileCount: GameCommon.getFinishedTileCount,
getTileCount: GameCommon.getTileCount,
}