This commit is contained in:
Rendo 2025-07-16 02:18:17 +05:00
commit 623362e430
33 changed files with 69 additions and 261 deletions

View file

@ -7,5 +7,6 @@ public partial class AdventureLevelResource : Resource
{
[Export] public float startSun;
//[Export] public Array<Conditions> conditions;
[Export(PropertyHint.Range,"0,1,0.01")] public float wavePercentage;
[Export] public Array<WaveData> waves;
}