Add browser-only editor export and 2.5D runtime presentation
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user