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:
- P
how do i fix a yield() function from stopping my script and not resuming it
- Player017 started
- im using yield(get_tree().create_timer(0.1),"timeout") but it completely stops the function its in and never resumes it. It kinda just ends the function even if it is a loop. no errors appear in the e...
make a node position be the same as the mouse position relative to the scene
- wannabeDev replied
- I'm making a building system for my top down 2D game, when selecting a item to place in the world I instance a preview of the item, but no matter if I use item.position = get_mouse_global_position or ...