diff --git a/tools/animation-tools/.gitignore b/tools/animation-tools/.gitignore new file mode 100644 index 0000000..eba74f4 --- /dev/null +++ b/tools/animation-tools/.gitignore @@ -0,0 +1 @@ +venv/ \ No newline at end of file diff --git a/tools/animation-tools/requirements.txt b/tools/animation-tools/requirements.txt new file mode 100644 index 0000000..4455b2b --- /dev/null +++ b/tools/animation-tools/requirements.txt @@ -0,0 +1,2 @@ +pygame==2.6.0 +pygame-widgets==1.1.5