mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Removal of Image from Variant, converted to a Resource.
This commit is contained in:
parent
d801ff2b3d
commit
98a3296702
110 changed files with 690 additions and 3203 deletions
|
@ -346,7 +346,6 @@ static Color _color_from_type(Variant::Type p_type) {
|
|||
case Variant::TRANSFORM: color = Color::html("f6a86e"); break;
|
||||
|
||||
case Variant::COLOR: color = Color::html("9dff70"); break;
|
||||
case Variant::IMAGE: color = Color::html("93f1b9"); break;
|
||||
case Variant::NODE_PATH: color = Color::html("6993ec"); break;
|
||||
case Variant::_RID: color = Color::html("69ec9a"); break;
|
||||
case Variant::OBJECT: color = Color::html("79f3e8"); break;
|
||||
|
@ -451,7 +450,6 @@ void VisualScriptEditor::_update_graph(int p_only_id) {
|
|||
Control::get_icon("MiniBasis", "EditorIcons"),
|
||||
Control::get_icon("MiniTransform", "EditorIcons"),
|
||||
Control::get_icon("MiniColor", "EditorIcons"),
|
||||
Control::get_icon("MiniImage", "EditorIcons"),
|
||||
Control::get_icon("MiniPath", "EditorIcons"),
|
||||
Control::get_icon("MiniRid", "EditorIcons"),
|
||||
Control::get_icon("MiniObject", "EditorIcons"),
|
||||
|
@ -735,7 +733,6 @@ void VisualScriptEditor::_update_members() {
|
|||
Control::get_icon("MiniMatrix3", "EditorIcons"),
|
||||
Control::get_icon("MiniTransform", "EditorIcons"),
|
||||
Control::get_icon("MiniColor", "EditorIcons"),
|
||||
Control::get_icon("MiniImage", "EditorIcons"),
|
||||
Control::get_icon("MiniPath", "EditorIcons"),
|
||||
Control::get_icon("MiniRid", "EditorIcons"),
|
||||
Control::get_icon("MiniObject", "EditorIcons"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue