Godot Help
If you are looking to ask a question about or need help with an issue using the Godot game engine. Please don't forget to mark the "Best Answer" if a solution is posted.
Latest engine news:
- W
How do can I get the the current text of the editor from EditorPlugin
- cybereality replied
- I am looking for the equivalent of get_current_script() but to get the text from a .txt file instead of a gd file. Something like a TextEditor. But it is not available/exposed in gdscript. TextEdit do...
- H
Learning Godot, Explain to me where I'm wrong in my reasoning - move a character
- soundgnome replied
- Hello As part of my self-taught learning I would like to understand where I am wrong in my reasoning. Here is the code (I know this code is not the best for this operation, the tutorial presents a bet...