This commit is contained in:
Victor Turgeon 2023-10-10 20:37:37 -04:00
commit 58394075dd

View File

@ -109,7 +109,7 @@ func processAI(objs):
if velocity.length() < 95 && objs.size() > 1:
vec.y += 10
vec.x -= vec.x * .2
#vec.x -= vec.x * .2
return vec.normalized() * 100