From b47748f2ab9860b2c5ce176452b5df7a173c328d Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 12 Jan 2026 03:16:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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