Add browser-only editor export and 2.5D runtime presentation

This commit is contained in:
emil28092005
2026-09-12 00:05:19 +03:00
parent a25ed40805
commit 1a0bf725fa
16 changed files with 883 additions and 53 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export function BuildPanel({
project: Project;
connected: boolean;
}) {
const [target, setTarget] = useState("linux"),
const [target, setTarget] = useState(connected ? "linux" : "web"),
[options, setOptions] = useState(() => {
try {
return normalizeOptions(