I may have discovered a new bug.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Amateur.game.dev.

When I was coding a canon that shoots my player in the air, code started randomly appearing. I don’t know what it is.

88 func _on_Area2D_body_entered(body):
89 velocity.y = - 300
90 if _on_Area2D_body_not_entered(body):

There were so many characters that I had to make it into a word document; when i saved the document, it took about 1 second to save, when usually it takes only a few milliseconds
The word document is 22kb, 20 pages, 6767 words, 105,641 characters (no spaces) and 112,405 characters with spaces. That’s average 16 to 17 characters per word.

Please email me for the document.

You might’ve created an infinite loop. Try redoing your code.

rahsut | 2020-08-20 21:38

Where are you getting your code? Are you writing it yourself? Can you determine the number of lines of code in the Godot editor?

Ertain | 2020-08-20 23:41