Skip to content

Commit

Permalink
Add Wave 2 callback (#11)
Browse files Browse the repository at this point in the history
Add Wave 2 callback
  • Loading branch information
Hamled committed Jun 13, 2019
2 parents 5562c28 + e8855b5 commit 3cbf459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/GameItem.js
Expand Up @@ -9,6 +9,10 @@ class GameItem extends Component {
layer: PropTypes.number.isRequired,
}

onItemClicked = () => {
// Fill this in for Wave 2!
}

render() {
const itemStyle = {
bottom: `${this.props.height}px`, // use props.height to offset from the bottom of screen
Expand Down

0 comments on commit 3cbf459

Please sign in to comment.