New boss system

This commit is contained in:
Marco 2025-04-28 18:06:07 +02:00
commit c2a72e4e77
14 changed files with 480 additions and 11 deletions

View file

@ -19,6 +19,7 @@ public partial class RogueliteMapTheme : Resource
[Export] public PackedScene HorizontalSouthWallPrefab { get; set; }
[Export] public PackedScene VerticalDoorPrefab { get; set; }
[Export] public PackedScene VerticalWallPrefab { get; set; }
[Export] public PackedScene VerticalSecretDoorPrefab { get; set; }
[Export] public PackedScene DoorLockPrefab { get; set; }
[Export] public PackedScene KeyCardPrefab { get; set; }
[Export] public PackedScene ChestPrefab { get; set; }