Skip to content

Commit

Permalink
fix: burningship parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Aug 2, 2024
1 parent 3c3423e commit d652bbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/parameters/burningship.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"escapeValue": 4.0,
"exponent": 2,
"inputsFilter": "abs",
"function:": "z",
"functions": ["z"],
"invertX": true,
"invertY": true,
"colorMode": "normalized",
Expand Down
2 changes: 1 addition & 1 deletion src/parameters/burningship2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"escapeValue": 4.0,
"exponent": 2,
"inputsFilter": "abs",
"function:": "z",
"functions": ["z"],
"invertX": true,
"invertY": true,
"colorMode": "log",
Expand Down
2 changes: 1 addition & 1 deletion src/parameters/burningship3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"escapeValue": 4.0,
"exponent": 2,
"inputsFilter": "abs",
"function:": "z",
"functions": ["z"],
"colorMode": "log",
"invertX": true,
"invertY": true,
Expand Down

0 comments on commit d652bbb

Please sign in to comment.