Godot 4.3 – Problem with 2D Object Movement: Pet following player and random movement behavior
I’m working on this pet system. It will move in the character’s direction and when entering “their field”, it will make random movements around it. The problem is that the pet’s object becomes “trembling”, as objects do when colliding with others. What can I do?
Godot 4.3 – Problem with 2D Object Movement: Pet following player and random movement behavior
I’m working on this pet system. It will move in the character’s direction and when entering “their field”, it will make random movements around it. The problem is that the pet’s object becomes “trembling”, as objects do when colliding with others. What can I do?
Godot biding system
I’m making a 2d simulator where you need to extract resources, where you need to put stoves, machines, etc. on the cells. All these machines can be taken from the menu if you have the resources and money.That is, you pressed the button and choose which cell to put it on. Can you give tips and lessons on YouTube? P. S im sorry, screenshot in russian
Why the background does not take the fullscreen Godot
I am currently learning Godot and I want to add a background image to my scene, so I checked the Window dimensions and added them on my TextureRect background. Why does it not take the full screen?