how to make a door like the ones in DOOM or DOOM 2

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.

  1. Using the AnimationPlayer to animate the position of the door.
  2. Manually modifying the position through code

Hopefully these two will set you on the right path!