Mapping and generation fixes

This commit is contained in:
Marco 2025-04-30 15:09:59 +02:00
commit 8c17738371
18 changed files with 628 additions and 53 deletions

View file

@ -33,6 +33,8 @@ public partial class RogueliteMapTheme : Resource
[Export] public LootItem PointItemResource { get; set; }
[Export] public PackedScene TeleporterPrefab { get; set; }
[Export] public PackedScene LevelTeleporterPrefab { get; set; }
[Export] public StringName LevelTeleporterDestinationPath { get; set; }
[ExportGroup("Chances")]