From 64a5f225ed330a15c1310a833919fd4e0ba8cc5e Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 13 Jun 2025 18:24:22 -0700 Subject: [PATCH] Add language option --- index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/index.html b/index.html index eef32db..b88df36 100644 --- a/index.html +++ b/index.html @@ -665,6 +665,28 @@ LEGO Island Shark and Brickster
+
+

Game

+
+
+ +
+ +
+
+
+

Detail

@@ -857,6 +879,7 @@ preRun: function() { Module["addRunDependency"]("isle"); Module.running = true; + ENV.MY_FILE_ROOT = "/usr/lib/test"; }, canvas: (function() { return document.getElementById('canvas');