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:
- Y
Cannot / How do I copy a local folder (relative to the executable) into user://?
- ya_Bob_Jonez replied
- Hello there, I use Godot 4.0.2-stable on Debian Testing, installed via Flatpak. I'm trying to copy a directory from another directory relative to the executable file into the user:// at runtime. Let's...
- O
How do I get the size of a sprite from a scene I've instantiated?
- Megalomaniak replied
- I'm trying to code a Puyo (two circles next to each other) and need the size of the sprite so I can place the second circle right next to the first circle. This was my first attempt at it: There's mor...
- M
question about transferring partial data from one dictonary to another
- maajkol replied
- Hi, I'm using the following code to transfer data between 2 dictionaries. func _on_hire_pressed(): if PlayerWealth.totalcost <= PlayerWealth.coin: for i in range(0, 5): var checkbox = get_node("VBoxCo...
Sometimes when a Godot project loads, it cannot find classes or references
- cybereality replied
- I'm developing an open source level editor (https://github.com/blackears/cyclopsLevelBuilder) and keep running into a problem when I make a small change and then everything breaks. Or I revert my proj...