Survival mode ready

This commit is contained in:
Rendo 2025-06-26 20:18:19 +05:00
commit 7614b12076
50 changed files with 586 additions and 81 deletions

View file

@ -8,7 +8,7 @@ public partial class EatBox : Area2D
{
// Rewrite this class completely when field system will be introduced.
[Export] private FloatModifiers _damage;
[Export] public FloatModifiers _damage;
private RuntimePlantData plant;
public bool isEating = false;