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:
How to scale control (and all its children) to fit parent container?
- Megalomaniak replied
- I'm new to UI building in Godot. One thing I'm currently blocked on is how to scale up an entire branch of nodes so that it fits its parent container. Using the Layout menu in the editor is fine if yo...
- L
I am trying to make a leaderboard but i have a problem in reordering the data
- Lorix replied
- Ttrying to make an online leaderboard I encountered a problem, I can't reverse the dictionary that contains the data. I have a json that contains the given score, I leave example below.. Can you help ...
- B
Preload fireball, eveyrthing works when shooting it but sound doesnt play
- TwistedTwigleg replied
- Hey guys i wanted to shoot fireball with its own sound, so theres audioplayer node and im calling it on onready with $fireb.play() That works fine, plays the fireb sound when im testing this fireball ...
- B
Migrating from other engine, need to know equivalent script commands in godot (SOLVED)
- bWWd started
- Hey guys, im gathering knowledge about how godot works, i figured singletons , flipping sprites and some stuff , im still researching but i have some questions anyway. So... I want to do precise chang...
I need advice on how to make a decent weapon switching system in Godot, any advice?
- Audiobellum replied
- I'm a beginner to Godot and I want to develop the skills necessary for making a decent weapon switching system in Godot for a first person shooter demo I'm trying to make; ideally I'll learn what it t...
- Z
Invalid get index 'disabled' (on base 'null instance'). On line that doesn't have 'disabled'
- zerohootsoliver started
- I copied and pasted this line of code that the error was appearing on and no sign of the word 'disabled'. There is however lower down in the code a timer signal connected function that uses it. I cann...