counter +1

This commit is contained in:
Rendo 2025-07-19 19:29:45 +05:00
commit 92ebb2868d
11 changed files with 50 additions and 39 deletions

View file

@ -5,7 +5,7 @@ using Godot.Collections;
[Tool]
public partial class AdventureLevelResource : Resource
{
[Export] public float startSun = 50;
[Export] public int startSun = 50;
//[Export] public Array<Conditions> conditions;
[Export(PropertyHint.Range, "0,1,0.01")] public float wavePercentage;
[Export] public float standardWaveDelay;