diff --git a/.gitignore b/.gitignore index 3ce06de..abf4b86 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ dist/** **/.spec yamale yamale/** +eeee 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. diff --git a/source/colors.py b/source/colors.py index 93e2e22..8906e7e 100644 --- a/source/colors.py +++ b/source/colors.py @@ -7,14 +7,14 @@ # 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 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