mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
update property selector's icon list and rename Quat.svg to Quaternion.svg
This commit is contained in:
parent
3041becc64
commit
67689dac7b
4 changed files with 11 additions and 6 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue