Change category drop panel o look similar to other panels. Add flax engine scripts to flax engine category.

This commit is contained in:
Chandler Cox
2024-02-20 20:57:15 -06:00
parent 9e747eb98a
commit 8ee2bf8d76
3 changed files with 13 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
/// <summary>
/// Behavior instance script that runs Behavior Tree execution.
/// </summary>
API_CLASS() class FLAXENGINE_API Behavior : public Script
API_CLASS(Attributes="Category(\"Flax Engine\")") class FLAXENGINE_API Behavior : public Script
{
API_AUTO_SERIALIZATION();
DECLARE_SCRIPTING_TYPE(Behavior);