Some work on movement.

This commit is contained in:
KimLS
2016-01-16 19:37:15 -08:00
parent 84dec889da
commit a2136e5ee4
5 changed files with 137 additions and 47 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ Mob::Mob(const char* in_name,
m_TargetV(glm::vec3()),
flee_timer(FLEE_CHECK_TIMER),
m_Position(position),
m_pos_update_timer(3000)
m_pos_update_timer(8000)
{
targeted = 0;
tar_ndx=0;