Rewrote with charaIds, fixed big sprites

This commit is contained in:
Firq 2024-10-11 01:04:05 +02:00
parent ad4391caea
commit 0377c6282a
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
6 changed files with 111 additions and 80 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "atlasimagecomposer"
version = "0.1.0-c.1"
version = "0.1.0-c.2"
dependencies = [
"numpy~=2.0.1",
"pillow~=10.4.0",
@ -10,7 +10,7 @@ dependencies = [
requires-python = ">= 3.10"
authors = [{name = "Firq", email = "firelp42@gmail.com"}]
maintainers = [{name = "Firq", email = "firelp42@gmail.com"}]
description = "Package that enables peopßle to quickly download and generate all potential spritesheet expressions with a single command"
description = "Package that enables people to quickly download and generate all potential spritesheet expressions with a single command"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",