Skip to content

Commit

Permalink
Add Wave 2 callback
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidamasaki committed Jun 12, 2019
1 parent 7505234 commit e8855b5
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 e8855b5

Please sign in to comment.