From a0c3b7abfab8295107c568bf733b9191ca27487f Mon Sep 17 00:00:00 2001 From: Cromha <87318892+OcelotWalrus@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:22:58 +0100 Subject: [PATCH 1/4] this is a test --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3ce06de..abf4b86 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ dist/** **/.spec yamale yamale/** +eeee From 898e0337d63c55447fb61564db085496a71af1f0 Mon Sep 17 00:00:00 2001 From: Cromha <87318892+OcelotWalrus@users.noreply.github.com> Date: Sat, 20 Jan 2024 08:28:55 +0100 Subject: [PATCH 2/4] Update BUILDING.md --- docs/BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 7c1b374..66f098a 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -5,7 +5,7 @@ First you need to get the source code of the game (here use your fork's url if y ```powershell > git clone git@github.com:Dungeons-of-Kathallion/Bane-Of-Wargs.git ``` - +eeeee The game root directory, the folder that has been created after cloning the repository will be the start point for building and compiling the game. After running the git clone command, you can run `cd Bane-Of-Wargs` to changed of folder. Next, you'll have to install a few dependencies in order to be able to make the whole compiling process. From 6c03e0b03e3acb9fbec2c46eed27b0b040f7b305 Mon Sep 17 00:00:00 2001 From: Cromha <87318892+OcelotWalrus@users.noreply.github.com> Date: Sat, 20 Jan 2024 08:30:03 +0100 Subject: [PATCH 3/4] Update colors.py --- source/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/colors.py b/source/colors.py index 93e2e22..da4d02b 100644 --- a/source/colors.py +++ b/source/colors.py @@ -7,7 +7,7 @@ # Basic colors COLOR_RESET = Fore.RESET COLOR_BLACK = Fore.BLACK -COLOR_WHITE = Fore.WHITE +COLOR_WHITE = Fore.WHITEeeee COLOR_RED = Fore.RED COLOR_GREEN = Fore.GREEN COLOR_YELLOW = Fore.YELLOW From 4225b0196fd8a393db283f60e398f75207c5f476 Mon Sep 17 00:00:00 2001 From: Cromha <87318892+OcelotWalrus@users.noreply.github.com> Date: Sat, 20 Jan 2024 08:31:15 +0100 Subject: [PATCH 4/4] Update colors.py --- source/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/colors.py b/source/colors.py index da4d02b..8906e7e 100644 --- a/source/colors.py +++ b/source/colors.py @@ -14,7 +14,7 @@ COLOR_BLUE = Fore.BLUE COLOR_MAGENTA = Fore.MAGENTA COLOR_CYAN = Fore.CYAN -# Background colors +# Background colorseeee COLOR_BACK_RESET = Back.RESET COLOR_BACK_BLACK = Back.BLACK COLOR_BACK_WHITE = Back.WHITE