[Header("Door Settings")] public Transform slidingPanel; // The stone slab public Vector3 openOffset = new Vector3(0, 0, -2f); public float openTime = 1.5f;
If you were actually looking for tactical or fantasy "dungeon" games with similar vibes: czechdungeon czech dungeon 1
public ElementType element; // Fire, Water, Earth public Transform slot; // Where the rune sits public bool isFilled; [Header("Door Settings")] public Transform slidingPanel