first commit

This commit is contained in:
2025-06-19 19:29:10 +02:00
commit 2d64d3804d
6 changed files with 212 additions and 0 deletions

10
config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"input_folder": "spritesheets",
"output_folder": "output",
"scale_factor": 64,
"target_padding": 2,
"output_columns": 3,
"output_rows": 2,
"sort_by_position": true,
"frame_repeat": 2
}