Add house and power source textures, improve tutorial, update arcade to latest

This commit is contained in:
csd4ni3l
2025-11-09 22:14:19 +01:00
parent a4ec759599
commit 215bca561f
11 changed files with 375 additions and 263 deletions

View File

@@ -1,10 +1,10 @@
[project]
name = "connect-the-current"
version = "0.1.0"
description = "Connect the Current"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"pypresence>=4.3.0",
]
[project]
name = "connect-the-current"
version = "0.1.0"
description = "Connect the Current"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade>=3.3.3",
"pypresence>=4.3.0",
]