From fae4a7625adc8592a9bb2f3cdc53e540c75b73d3 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 20 Jul 2024 05:22:21 -0600 Subject: [PATCH] Mods --- README.md | 16 ++++++++++++++-- cromulant/game.py | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8eb4374..92ff276 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -![](https://i.imgur.com/hsxCaaG.jpg) +![](https://i.imgur.com/iujtRIU.jpeg) + +![](https://i.imgur.com/nBjUANS.jpeg) # Cromulant @@ -38,4 +40,14 @@ Or any ant is picked if none meet that requirement. Then a number between 1 and 10 is randomly picked. -For each number an action happens to produce an update. \ No newline at end of file +For each number an action happens to produce an update. + +--- + +![](cromulant/img/logo_1.jpg) + +![](cromulant/img/logo_2.jpg) + +![](cromulant/img/logo_3.jpg) + +![](cromulant/img/logo_4.jpg) \ No newline at end of file diff --git a/cromulant/game.py b/cromulant/game.py index 09bc629..94f494a 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -64,7 +64,7 @@ class Game: title: str, message: str, image_path: Path, - color: tuple[int, int, int] = (255, 255, 255), + color: tuple[int, int, int] | None = None, ) -> None: container = QHBoxLayout() image_label = Game.get_image(image_path, color)