Update requirements.txt, add saving and loading, add file manager, convert each UI group to a category controlled by buttons at the bottom, fix crash induced by non shape_action if rules not getting shape_type

This commit is contained in:
csd4ni3l
2025-12-02 20:24:01 +01:00
parent b2caf219d6
commit 44f2f3bf51
4 changed files with 473 additions and 237 deletions

View File

@@ -1,12 +1,12 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
arcade==3.2.0
# via game-name (pyproject.toml)
arcade==3.3.3
# via chaos-protocol (pyproject.toml)
attrs==25.3.0
# via pytiled-parser
cffi==1.17.1
# via pymunk
pillow==11.0.0
pillow==11.3.0
# via arcade
pycparser==2.22
# via cffi
@@ -15,7 +15,7 @@ pyglet==2.1.6
pymunk==6.9.0
# via arcade
pypresence==4.3.0
# via game-name (pyproject.toml)
# via chaos-protocol (pyproject.toml)
pytiled-parser==2.2.9
# via arcade
typing-extensions==4.14.1