add info layer that shows info about current puzzle
This commit is contained in:
parent
7759cdc806
commit
2fb0e959ae
7 changed files with 86 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import Geometry, { Rect } from '../common/Geometry'
|
||||
import Graphics from './Graphics'
|
||||
import Util, { logger } from './../common/Util'
|
||||
import { Puzzle, PuzzleInfo, PieceShape, EncodedPiece } from './../common/GameCommon'
|
||||
import { Puzzle, PuzzleInfo, PieceShape, EncodedPiece } from './../common/Types'
|
||||
|
||||
const log = logger('PuzzleGraphics.js')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue