Update Enemy.gd

This commit is contained in:
MarcEricMartel 2023-10-10 20:34:31 -04:00
parent d586f19c8b
commit b26eedd1a0

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