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.
Latest engine news:
- A
How do I get my nodes children but just ones that I have created (spawned)
- duane replied
- So I am working with a node and I am creating objects. I want to keep my camera where it is and move everything else, because making the character move would be quite confusing for my application. So ...
Using RNG to load levels from array, but crashing when back element is called (SOLVED)
- SnapCracklins replied
- Hello there. I am working on learning arrays and using them in a sort-of procedural generation type engine. I have an array of packedScenes (level objects for each stage) and I am using an RNG system ...