changed sprite

This commit is contained in:
2024-08-19 10:16:53 -07:00
parent ae16ae01b2
commit db0d4bcf6a
452 changed files with 8870 additions and 435 deletions

View File

@@ -39,6 +39,7 @@
:args->opts [:input-dir :output-dir]})
(let [options (cli/parse-opts *command-line-args* cli-spec)
_ (sh "mkdir" "-p" (:output-dir options))
source-files (->> (fs/list-dir (:input-dir options))
(filter (fn [f] (= "png" (fs/extension f))))
(sort)
@@ -57,4 +58,4 @@
#_(let [input-file (nth *command-line-args* 0)
output-file (nth *command-line-args* 1)]
)
)