diff --git a/op1repacker/assets/display/cwo-cat.patch.json b/op1repacker/assets/display/cwo-cat.patch.json new file mode 100644 index 0000000..3e490d8 --- /dev/null +++ b/op1repacker/assets/display/cwo-cat.patch.json @@ -0,0 +1,20 @@ +{ + "file": "bode.svg", + "changes": [ + { + "type": "substitute", + "find": "\n", + "replace": " " + }, + { + "type": "substitute", + "find": ".*?", + "replace": "" + }, + { + "type": "substitute", + "find": "", + "replace": "" + } + ] +} \ No newline at end of file diff --git a/op1repacker/assets/display/cwo-dog.patch.json b/op1repacker/assets/display/cwo-dog.patch.json new file mode 100644 index 0000000..17c9977 --- /dev/null +++ b/op1repacker/assets/display/cwo-dog.patch.json @@ -0,0 +1,20 @@ +{ + "file": "bode.svg", + "changes": [ + { + "type": "substitute", + "find": "\n", + "replace": " " + }, + { + "type": "substitute", + "find": ".*?", + "replace": "" + }, + { + "type": "substitute", + "find": "", + "replace": "" + } + ] +} \ No newline at end of file diff --git a/op1repacker/main.py b/op1repacker/main.py index f7ed201..564355b 100755 --- a/op1repacker/main.py +++ b/op1repacker/main.py @@ -43,6 +43,8 @@ - subtle-fx - gfx-iter-lab - gfx-cwo-moose +- gfx-cwo-dog +- gfx-cwo-cat - gfx-tape-invert """