Skip to content

Instantly share code, notes, and snippets.

@alexanderson1993
Created May 31, 2018 01:41
Show Gist options
  • Save alexanderson1993/ed219a292b93bce7bbcccc6e57d30bab to your computer and use it in GitHub Desktop.
Save alexanderson1993/ed219a292b93bce7bbcccc6e57d30bab to your computer and use it in GitHub Desktop.
<Preview
simulatorId={this.props.simulator.id}
tacticalMapId={this.state.tacticalMapId}
layers={selectedTactical.layers}
layerId={this.state.layerId}
selectObject={this.selectObject}
objectId={this.state.objectId}
updateObject={this.updateObject}
removeObject={this.removeObject}
updatePath={this.updatePath}
removePath={this.removePath}
speed={this.state.speed}
core={true}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment