Animations improved

This commit is contained in:
Фёдор Веселов 2024-10-07 00:05:10 +05:00
commit ad18793543
35 changed files with 430 additions and 465 deletions

View file

@ -11,8 +11,8 @@ public partial class PlantResource : Resource
public PackedScene Scene;
[Export]
public float ReloadTime;
[Export]
public float StartReloadTime;
[Export(PropertyHint.Range,"0,1,0.01")]
public float ReloadProgress;
[Export]
public Texture2D Preview;
[Export] public int Layer = 1;