oasislabs / game-box

A Truffle box for a barebones Oasis Game
4 stars 3 forks source link

assets folder is missing #2

Closed clementfung closed 5 years ago

clementfung commented 5 years ago

It seems that there should be an assets folder containing a logo, but it isn't in this repository.

When I try to do step 3 in the build instructions: truffle exec ./scripts/build-frontend.js --network oasis

In src/pages/multiplayer and src/pages/singleplayer: import Logo from '../../assets/logo.svg';