mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 04:35:54 +00:00
Random weapons from pool
This commit is contained in:
parent
a2a18c69fc
commit
57ff504628
6 changed files with 71 additions and 8 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue