mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
Merge pull request #49462 from TokageItLab/update-property-selector-icon-list
update property selector's icon list
This commit is contained in:
commit
0818a466c0
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