Initial data
This commit is contained in:
parent
c18c7f4db7
commit
f65cb11474
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