Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this is a test #25

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ dist/**
**/.spec
yamale
yamale/**
eeee
2 changes: 1 addition & 1 deletion docs/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions source/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading