Mods
This commit is contained in:
14
README.md
14
README.md
@@ -1,4 +1,6 @@
|
|||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
# Cromulant
|
# Cromulant
|
||||||
|
|
||||||
@@ -39,3 +41,13 @@ Or any ant is picked if none meet that requirement.
|
|||||||
Then a number between 1 and 10 is randomly picked.
|
Then a number between 1 and 10 is randomly picked.
|
||||||
|
|
||||||
For each number an action happens to produce an update.
|
For each number an action happens to produce an update.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
@@ -64,7 +64,7 @@ class Game:
|
|||||||
title: str,
|
title: str,
|
||||||
message: str,
|
message: str,
|
||||||
image_path: Path,
|
image_path: Path,
|
||||||
color: tuple[int, int, int] = (255, 255, 255),
|
color: tuple[int, int, int] | None = None,
|
||||||
) -> None:
|
) -> None:
|
||||||
container = QHBoxLayout()
|
container = QHBoxLayout()
|
||||||
image_label = Game.get_image(image_path, color)
|
image_label = Game.get_image(image_path, color)
|
||||||
|
Reference in New Issue
Block a user