Player-field manipulations

This commit is contained in:
Фёдор Веселов 2024-09-15 19:19:59 +05:00
commit 74759e9e16
21 changed files with 270 additions and 54 deletions

View file

@ -14,4 +14,5 @@ public partial class PlantResource : Resource
public float StartReloadTime;
[Export]
public Texture2D Preview;
[Export] public int Layer = 1;
}