Lockable seeds
This commit is contained in:
parent
e03658e727
commit
a4c58bb245
19 changed files with 405 additions and 61 deletions
|
|
@ -11,6 +11,7 @@ public partial class AdventureLevelResource : Resource
|
|||
[Export] public float standardWaveDelay;
|
||||
[Export] public float initialWaveDelay;
|
||||
[Export] public RewardResource reward;
|
||||
[Export] public Array<string> forbiddenPlants;
|
||||
[Export] public Array<WaveData> waves;
|
||||
[Export] public Array<PackedScene> initialScenes = [.. new PackedScene[45]];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue