add info layer that shows info about current puzzle

This commit is contained in:
Zutatensuppe 2021-07-09 01:17:26 +02:00
parent 7759cdc806
commit 2fb0e959ae
7 changed files with 86 additions and 4 deletions

View file

@ -154,8 +154,9 @@ export interface PieceChange {
export interface PuzzleInfo {
table: PuzzleTable
targetTiles: number,
targetTiles: number
imageUrl: string
imageTitle: string
width: number
height: number