add credits, sound, background, fix some bugs

This commit is contained in:
csd4ni3l
2025-04-22 12:34:46 +02:00
parent 28e61c418f
commit fff7ababab
13 changed files with 390 additions and 18 deletions

2
uv.lock generated
View File

@@ -136,14 +136,12 @@ version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "arcade" },
{ name = "pillow" },
{ name = "pypresence" },
]
[package.metadata]
requires-dist = [
{ name = "arcade", git = "https://github.com/pythonarcade/arcade.git?rev=gui%2Fcontroller" },
{ name = "pillow", specifier = ">=11.0.0" },
{ name = "pypresence", specifier = ">=4.3.0" },
]