tyle: refresh editor controls with monochrome UI

This commit is contained in:
Tom Boullay
2026-04-28 10:08:17 +02:00
parent b8f6fe59db
commit f3888ed0bf
6 changed files with 547 additions and 282 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ export function EditorPage(): React.JSX.Element {
camera={{ position: [0, 50, 100], fov: 50 }}
style={{ width: "100%", height: "100%" }}
onCreated={({ gl }) => {
gl.setClearColor("#1e293b");
gl.setClearColor("#050505");
}}
>
<EditorScene