From b0d4f79820eecafadaffc443df57eb0d18872b9e Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 14 Sep 2022 23:30:46 +0200 Subject: Added all patterns to the code and made that you could select between them with j and k and animate them with a and stop the animation with s --- presets/scripts/lines.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 presets/scripts/lines.py (limited to 'presets/scripts/lines.py') diff --git a/presets/scripts/lines.py b/presets/scripts/lines.py new file mode 100644 index 0000000..3718c32 --- /dev/null +++ b/presets/scripts/lines.py @@ -0,0 +1,2 @@ +for i in range(2, 513): + print(f'(\n\t"pattern{i}",\n\tPath::new("home/pengu/test/rust-dev/gof-rs/presets/patterns/pattern{i}.txt")\n),\n') -- cgit v1.2.3