fix: change default prebake to not use global effect (to prevent glitches)
This commit is contained in:
parent
d3e9b9c020
commit
be0b3c0d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const initialPrebakeScript = `// Prebake script
|
||||||
// To use a script shared by some other user you can use
|
// To use a script shared by some other user you can use
|
||||||
// the import-button or paste the script in this editor.
|
// 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 = {
|
export const defaultSettings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue