(Feat) Tools Update

This commit is contained in:
2026-06-23 14:52:45 +02:00
parent 6527f559e1
commit c9b085ebea
4 changed files with 42 additions and 3 deletions
@@ -114,7 +114,7 @@ namespace Ashwild.EditorTools
nameField.AddToClassList("ash-hero__name");
nameField.BindProperty(so.FindProperty("itemName"));
nameField.RegisterValueChangedCallback(_ => onMetaChanged?.Invoke());
info.Add(nameField);
info.Add(AshwildUI.EditableNameRow(nameField));
VisualElement typeRow = new VisualElement();
typeRow.AddToClassList("ash-hero__typerow");