some changes
This commit is contained in:
parent
44567766be
commit
003fd33d59
6 changed files with 18 additions and 26 deletions
|
|
@ -3204,7 +3204,7 @@ void Bot::checkSpawnConditions () {
|
|||
void Bot::logic () {
|
||||
// this function gets called each frame and is the core of all bot ai. from here all other subroutines are called
|
||||
|
||||
float movedDistance = 4.0f; // length of different vector (distance bot moved)
|
||||
float movedDistance = 2.0f; // length of different vector (distance bot moved)
|
||||
|
||||
resetMovement ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue