Initial data
This commit is contained in:
parent
a4e6f125b0
commit
8fc17ba289
12 changed files with 340 additions and 48 deletions
|
|
@ -7,8 +7,9 @@ public partial class AdventureLevelResource : Resource
|
|||
{
|
||||
[Export] public float startSun = 50;
|
||||
//[Export] public Array<Conditions> conditions;
|
||||
[Export(PropertyHint.Range,"0,1,0.01")] public float wavePercentage;
|
||||
[Export(PropertyHint.Range, "0,1,0.01")] public float wavePercentage;
|
||||
[Export] public float standardWaveDelay;
|
||||
[Export] public float initialWaveDelay;
|
||||
[Export] public Array<WaveData> waves;
|
||||
[Export] public Array<PackedScene> initialScenes = [.. new PackedScene[45]];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue