Hello! I learn engine Godot and I have a question. I have character, who can run, jump and fight. I think it's not good when you write all scripts in one file. How do write scripts correctly? May be every action must be written in different files? Or I must create one main script file and connect to him other script file?
How to write correctly scripts in terms of optimisation?
It's my first game engine. 🙂