mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 17:45:53 +00:00
Mapping and generation fixes
This commit is contained in:
parent
7482cfa496
commit
8c17738371
18 changed files with 628 additions and 53 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue