diff --git a/README.md b/README.md index 54cb525..4867505 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A custom web frontend for the Emscripten port of [isle-portable](https://github.com/isledecomp/isle-portable), allowing LEGO Island to run directly in modern web browsers. +image + ## Requirements - [Node.js](https://nodejs.org/) @@ -52,7 +54,7 @@ isle.pizza/ ├── index.html # HTML entry point ├── isle.js # Emscripten JS (not in repo, build from isle-portable) ├── isle.wasm # Emscripten WASM (not in repo, build from isle-portable) -└── LEGO/ # Game data directory +└── LEGO/ # Game data directory (not in repo) ``` ## Building the Game Files