mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
fix: change default prebake to not use global effect (to prevent glitches)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user