Programming
Learn to code and ask for help with Godot. Talk about networking, encryption, APIs, you name it, it's all programming and it's all here.
- R
Is it wise to define local variables in a function that is called a lot?
- Rainfollower replied
- I think, this is one of the most basic programming questions. And I have a seen a number of different answers for different languages. So I suppose this is language-specific, because unused variables ...
- U
How to get the point of collision of a round RigidBody2d in Godot 3.6?
- UpsetChicken started
- I have a ball that is a perfect circle and is a RigidBody2D node. There are several StaticBody2D nodes scattered throughout my scene. When my ball touches one of them, a tiny red pixel appears, repres...