Game world image

We will render the background image URL in an img element at the very top to show users the image they added as the game world image URL.

mern-vrgame/client/game/GameForm.js:

<img src={this.state.game.world}/><TextField id="world" label="Game World Equirectangular Image (URL)" value={this.state.game.world} onChange={this.handleChange('world')}/>

Get Full-Stack React Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.