Skip to content

Commit

Permalink
pyproject and constant changes for 1.0
Browse files Browse the repository at this point in the history
changed pyproject python dependency, added temporary colour constants for hacky fix for 1.0 compatibility
  • Loading branch information
starfungus committed Dec 18, 2024
1 parent 26852e8 commit 92a25b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hagadias/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
"R": (215, 66, 0), # bright red
"w": (152, 135, 95), # brown
"W": (207, 192, 65), # yellow
"W ": (207, 192, 65), # yellow HACK HACK HACK
"c": (64, 164, 185), # dark cyan
"C": (119, 191, 207), # bright cyan
"b": (0, 72, 189), # dark blue
Expand All @@ -218,6 +219,7 @@
"o": (241, 95, 34),
"O": (233, 159, 16),
"transparent": (15, 59, 58, 0),
"#": (15, 59, 58, 0), # HACK HACK HACK
}
QUD_VIRIDIAN = (15, 59, 58, 255) # 0f3b3a
LIQUID_COLORS = {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repository = "https://github.com/TrashMonks/hagadias"
keywords = ["Caves", "Qud"]

[tool.poetry.dependencies]
python = "^3.10"
python = "3.10.*"
anytree = "^2.8.0"
pefile = "^2022.5.30"
Pillow = "^9.2.0"
Expand Down

0 comments on commit 92a25b4

Please sign in to comment.