Added high-end (Vulkan) label to some functions in visual shader

This commit is contained in:
Yuri Roubinsky 2020-02-12 18:39:19 +03:00 committed by Chaosus
parent 8080e5c4f3
commit 516cd821c0
4 changed files with 25 additions and 7 deletions

View file

@ -5356,7 +5356,7 @@ void EditorNode::_update_video_driver_color() {
} else if (video_driver->get_text() == "GLES3") {
video_driver->add_color_override("font_color", Color::hex(0xa5557dff));
} else if (video_driver->get_text() == "Vulkan") {
video_driver->add_color_override("font_color", Color::hex(0xad1128ff));
video_driver->add_color_override("font_color", theme_base->get_color("vulkan_color", "Editor"));
}
}