Make overworld doors be of unlockable type, add behavior later

This commit is contained in:
2026-01-20 23:33:28 -08:00
parent 945c5e14bb
commit aa9e14c498
8 changed files with 244 additions and 59 deletions

View File

@@ -0,0 +1,6 @@
using Godot;
public partial class UnlockableDoor : Node3D, IDoor
{
}