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:
- F
trying to implement acceleration based movement to replace my robotic boring one.
- flex started
- needless to say i failed like a helpless child ? my only hope of doing it on my own is rewriting the code and ughhh31y41516 i saw a lot of tutorials and spent a lot of time trying to implement in diff...
- I
Is it possible to have different tiles interact in different ways inside of a tilemap
- Incompofish started
- I am experimenting with a simple platformer character and I found myself making a lot of different scenes for different blocks (ex: spikes, spring/trampoline, doors, etc) Is it possible to have all th...
- M
How to detect when a single Area2D was touched / stop InputEvents propagation to overlapping objects
- BingBong replied
- Hey, I seem not to be able to grasp the idea of InputEvents propagation in Godot. I have prepared an example project to show you the problem I'm having. So I have pointing/emulate_touch_from_mouse=tru...