fix: change default prebake to not use global effect (to prevent glitches)

This commit is contained in:
Felix Roos
2026-02-13 13:46:35 +01:00
parent d3e9b9c020
commit be0b3c0d8b
+1 -1
View File
@@ -29,7 +29,7 @@ const initialPrebakeScript = `// Prebake script
// To use a script shared by some other user you can use
// the import-button or paste the script in this editor.
const bigRoom = register('bigRoom', (pat) => pat.room(8).roomsize(4))
const ratchet = register('ratchet', (pat) => pat.sometimes(ply(2)))
`;
export const defaultSettings = {