Godot Version
4.3
Question
` so me and a small team are work of a boomer shooter and I the guy coding Everything but I’m new to GODOT and not Quite too sure what I’m doing. I a bit stuck with how to code a door, would like someone’s help if you can.
You need to be specific about a particular issue you’re having.
There are quite a few ways to go about it depending on your needs. There’s no one “Good” or “Correct” way to solve an issue. I can give you a few ideas to get you researching a particular topic to help.
- Using the AnimationPlayer to animate the position of the door.
- Manually modifying the position through code
Hopefully these two will set you on the right path!