Classes
Members
_board :Board|null
- Source:
Type:
- Board | null
_player :Player|null
- Source:
Type:
- Player | null
onProjectileLanded
- Description:
Called by game.js after each tick that moves an InFlightItem.
- Source:
Called by game.js after each tick that moves an InFlightItem.
Methods
setContext(board, player)
- Description:
Inject game context. Called by the Game controller before start().
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
board |
Board | |
player |
Player |