tool scripts are now editor-only

This commit is contained in:
Rendo 2025-07-19 23:06:29 +05:00
commit efa44f00af
3 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,7 @@ using Godot;
using System;
using System.Globalization;
#if TOOLS
[Tool]
public partial class AdventureResourceInspector : Node
{
@ -157,3 +158,4 @@ public partial class AdventureResourceInspector : Node
return item;
}
}
#endif