Random weapons from pool

This commit is contained in:
Marco 2025-04-25 19:00:28 +02:00
commit 57ff504628
6 changed files with 71 additions and 8 deletions

View file

@ -26,6 +26,7 @@ public partial class RogueliteMapTheme : Resource
[Export] public LootTable ChestLootTable { get; set; }
[Export] public LootTable ShopLootTable { get; set; }
[Export] public LootTable EnemiesLootTable { get; set; }
[Export] public LootTable WeaponsLootTable { get; set; }
[ExportCategory("Rooms")]
[Export] public Array<RogueliteRoomResource> Rooms { get; set; }