Add basic mechanics, like shooting and some basic textures

This commit is contained in:
csd4ni3l
2025-11-14 20:32:06 +01:00
parent edfe5e7f9d
commit 032f38f4ce
9 changed files with 290 additions and 106 deletions

View File

@@ -5,6 +5,6 @@ description = "Fleet Commander"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"arcade>=3.3.3",
"pypresence>=4.3.0",
]