You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: course/lesson-19-creating-arrays/lesson.tres
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ text = "Let's look at a widespread use of arrays in games: finding and following
161
161
162
162
In games, you need allies or monsters to find their way to their target, whether it's the player or some point of interest.
163
163
164
-
To achieve that, we use [i]pathfinding algorithms[/i]. As a name suggests, those algorithms find the path between two points and allow AIs to traverse the game."
164
+
To achieve that, we use [i]pathfinding algorithms[/i]. As the name suggests, those algorithms find the path between two points and allow AIs to traverse the game."
0 commit comments