You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
[Mono]: the C# script icon is now visible in the editor.
This commit is contained in:
@@ -46,7 +46,7 @@ void ScriptCreateDialog::_notification(int p_what) {
|
||||
case NOTIFICATION_THEME_CHANGED:
|
||||
case NOTIFICATION_ENTER_TREE: {
|
||||
for (int i = 0; i < ScriptServer::get_language_count(); i++) {
|
||||
String lang = ScriptServer::get_language(i)->get_name();
|
||||
String lang = ScriptServer::get_language(i)->get_type();
|
||||
Ref<Texture> lang_icon = get_icon(lang, "EditorIcons");
|
||||
if (lang_icon.is_valid()) {
|
||||
language_menu->set_item_icon(i, lang_icon);
|
||||
|
||||
Reference in New Issue
Block a user