diff --git a/index.html b/index.html
index 960a2cd..337dc0d 100644
--- a/index.html
+++ b/index.html
@@ -100,6 +100,7 @@
raylibJs.stop();
}
raylibJs = new RaylibJs();
+ if (localStorage.DEBUG_RAYLIB_JS) window.raylibJs = raylibJs;
raylibJs.start({
wasmPath: `wasm/${selectedWasm}.wasm`,
canvasId: "game",