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:
@@ -108,7 +108,7 @@ void VisualScriptPropertySelector::_update_search() {
|
||||
vbc->get_theme_icon("Vector3", "EditorIcons"),
|
||||
vbc->get_theme_icon("Transform2D", "EditorIcons"),
|
||||
vbc->get_theme_icon("Plane", "EditorIcons"),
|
||||
vbc->get_theme_icon("Quat", "EditorIcons"),
|
||||
vbc->get_theme_icon("Quaternion", "EditorIcons"),
|
||||
vbc->get_theme_icon("AABB", "EditorIcons"),
|
||||
vbc->get_theme_icon("Basis", "EditorIcons"),
|
||||
vbc->get_theme_icon("Transform", "EditorIcons"),
|
||||
|
||||
Reference in New Issue
Block a user