Solid walls

This commit is contained in:
Marco 2025-04-28 14:58:41 +02:00
commit 0322748d86
9 changed files with 94 additions and 52 deletions

View file

@ -15,7 +15,8 @@ public partial class RogueliteMapTheme : Resource
[ExportGroup("Prefabs")]
[Export] public PackedScene HorizontalDoorPrefab { get; set; }
[Export] public PackedScene HorizontalWallPrefab { get; set; }
[Export] public PackedScene HorizontalNorthWallPrefab { get; set; }
[Export] public PackedScene HorizontalSouthWallPrefab { get; set; }
[Export] public PackedScene VerticalDoorPrefab { get; set; }
[Export] public PackedScene VerticalWallPrefab { get; set; }
[Export] public PackedScene DoorLockPrefab { get; set; }