From 22116e23a352662e8ae1b8c4bab33b78a6a13189 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 10 Feb 2026 00:39:08 +0100 Subject: feat: Remove resolution selector, enable autoplay on load Co-Authored-By: Claude Sonnet 4.5 --- tools/shader_editor/index.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'tools/shader_editor') diff --git a/tools/shader_editor/index.html b/tools/shader_editor/index.html index 5aff71f..8834567 100644 --- a/tools/shader_editor/index.html +++ b/tools/shader_editor/index.html @@ -245,16 +245,6 @@ body { -
- -
@@ -665,6 +655,8 @@ async function init() { updateResolution(); editor.value = preview.getDefaultShader(); + preview.play(); + playPauseBtn.textContent = '⏸ Pause'; renderLoop(); } catch (error) { errorOverlay.textContent = `Init failed: ${error.message}`; -- cgit v1.2.3