tyle: refresh editor controls with monochrome UI

This commit is contained in:
2026-04-28 10:08:17 +02:00
parent e1d2bfdc75
commit e19cc72ad5
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