graph: fixed CT camp point color
combat: changes and additions to attack moves refactor: various fixes --------- Co-authored-by: jeefo <jeefo@rwsh.ru>
This commit is contained in:
parent
9d6f823f1e
commit
9a8ca06e31
4 changed files with 30 additions and 19 deletions
|
|
@ -2286,7 +2286,7 @@ void BotGraph::frame () {
|
|||
nodeColor = { 255, 160, 160 };
|
||||
}
|
||||
else if (path.flags & NodeFlag::CTOnly) {
|
||||
nodeColor = { 255, 160, 255 };
|
||||
nodeColor = { 160, 160, 255 };
|
||||
}
|
||||
else {
|
||||
nodeColor = { 0, 255, 255 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue