plants translated

This commit is contained in:
Rendo 2025-07-03 22:33:54 +05:00
commit c0b042ebd5
20 changed files with 140 additions and 68 deletions

View file

@ -2,8 +2,8 @@ using Godot;
public partial class DisplayResource : Resource
{
[Export] public string display_name;
[Export(PropertyHint.MultilineText)] public string display_description;
[Export] public string name_key;
[Export] public string description_key;
[Export]
public float Cost;
[Export]