3rd Level

This commit is contained in:
2022-02-27 00:43:46 +03:00
parent 7d29b5e394
commit 8ae9410126
10 changed files with 128718 additions and 20 deletions

View File

@@ -65,7 +65,7 @@ namespace AI
spriteRenderer.flipX = !isMovingRight;
}
movement.Move(isMovingRight ? 1f : -1f);
movement.Move(isMovingRight ? 2f : -2f);
}
protected CollisionChecker GetCollisionCheckerOnChild(string childName)