Heyo, fantastic GDScript Tutor !!!
I have a game-breaking bug sadly. On Lesson 11, practice 2,
"Moving in a circle using delta", crashes when I put the correct code in.
*I think*
"func _process(delta):
rotate(2 * delta)
move_local_x(100 * delta)
"
The bot circles for a moment and then the game crashes.