mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 02:25:55 +00:00
Solid walls
This commit is contained in:
parent
eefe35fe73
commit
0322748d86
9 changed files with 94 additions and 52 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue