From 42773a44d39da10709cf0a6d599f7388d3322a0f Mon Sep 17 00:00:00 2001 From: code002lover Date: Thu, 8 Jan 2026 15:01:57 +0100 Subject: [PATCH] remove a few shaders from being selected --- frontend/src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 1c89dba..7647d23 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -112,10 +112,10 @@ function App() { const themes = [ { id: "default", label: "Default", icon: "🏠" }, { id: "blackhole", label: "Blackhole", icon: "🕳️" }, - { id: "star", label: "Star", icon: "⭐" }, - { id: "ball", label: "Ball", icon: "⚽" }, + // { id: "star", label: "Star", icon: "⭐" }, + // { id: "ball", label: "Ball", icon: "⚽" }, { id: "reflect", label: "Reflect", icon: "🪞" }, - { id: "clouds", label: "Clouds", icon: "☁️" }, + // { id: "clouds", label: "Clouds", icon: "☁️" }, { id: "sakura", label: "Sakura", icon: "🌸" }, ];