we need to render the board tiles in the start state of the play scene
I thought that it would be cool to animate the construction of the board by having each tile on the board fall down at random from off the top of the screen into it's final board position.
care must be taken such that the rendering depth is not out of order so that tiles overlap correctly
we need to render the board tiles in the start state of the play scene
I thought that it would be cool to animate the construction of the board by having each tile on the board fall down at random from off the top of the screen into it's final board position.
care must be taken such that the rendering depth is not out of order so that tiles overlap correctly