You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
update property selector's icon list and rename Quat.svg to Quaternion.svg
This commit is contained in:
@@ -624,7 +624,7 @@ void VisualScriptEditor::_update_graph(int p_only_id) {
|
||||
Control::get_theme_icon("Vector3i", "EditorIcons"),
|
||||
Control::get_theme_icon("Transform2D", "EditorIcons"),
|
||||
Control::get_theme_icon("Plane", "EditorIcons"),
|
||||
Control::get_theme_icon("Quat", "EditorIcons"),
|
||||
Control::get_theme_icon("Quaternion", "EditorIcons"),
|
||||
Control::get_theme_icon("AABB", "EditorIcons"),
|
||||
Control::get_theme_icon("Basis", "EditorIcons"),
|
||||
Control::get_theme_icon("Transform", "EditorIcons"),
|
||||
@@ -1075,7 +1075,7 @@ void VisualScriptEditor::_update_members() {
|
||||
Control::get_theme_icon("Vector3i", "EditorIcons"),
|
||||
Control::get_theme_icon("Transform2D", "EditorIcons"),
|
||||
Control::get_theme_icon("Plane", "EditorIcons"),
|
||||
Control::get_theme_icon("Quat", "EditorIcons"),
|
||||
Control::get_theme_icon("Quaternion", "EditorIcons"),
|
||||
Control::get_theme_icon("AABB", "EditorIcons"),
|
||||
Control::get_theme_icon("Basis", "EditorIcons"),
|
||||
Control::get_theme_icon("Transform", "EditorIcons"),
|
||||
|
||||
Reference in New Issue
Block a user