1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

Merge pull request #89987 from Calinou/editor-asset-library-rename-official-support-level

Rename Official support level to Featured in the editor asset library
This commit is contained in:
Rémi Verschelde
2024-04-04 14:35:51 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -225,7 +225,7 @@ class EditorAssetLibrary : public PanelContainer {
void _force_online_mode();
enum Support {
SUPPORT_OFFICIAL,
SUPPORT_FEATURED,
SUPPORT_COMMUNITY,
SUPPORT_TESTING,
SUPPORT_MAX