diff options
| author | Daniel J. Ramirez | 2017-08-29 17:02:55 -0500 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-08-29 17:02:55 -0500 |
| commit | e3e5dfdaf47fd4171945667b6c5cda5261ec4c46 (patch) | |
| tree | b7db7c800a29fdf660702a17d0d2070109e9ef99 /editor/scene_tree_dock.cpp | |
| parent | e8b05ca996baa9819f55fc1d190a79d24906bde7 (diff) | |
| download | godot-e3e5dfdaf47fd4171945667b6c5cda5261ec4c46.tar.gz godot-e3e5dfdaf47fd4171945667b6c5cda5261ec4c46.tar.zst godot-e3e5dfdaf47fd4171945667b6c5cda5261ec4c46.zip | |
Improved and added some icons
Diffstat (limited to '')
| -rw-r--r-- | editor/scene_tree_dock.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/scene_tree_dock.cpp b/editor/scene_tree_dock.cpp index b87387ec6..34fdd2ee0 100644 --- a/editor/scene_tree_dock.cpp +++ b/editor/scene_tree_dock.cpp @@ -1755,8 +1755,8 @@ void SceneTreeDock::_tree_rmb(const Vector2 &p_menu_pos) { menu->add_separator(); } - menu->add_icon_shortcut(get_icon("Up", "EditorIcons"), ED_GET_SHORTCUT("scene_tree/move_up"), TOOL_MOVE_UP); - menu->add_icon_shortcut(get_icon("Down", "EditorIcons"), ED_GET_SHORTCUT("scene_tree/move_down"), TOOL_MOVE_DOWN); + menu->add_icon_shortcut(get_icon("MoveUp", "EditorIcons"), ED_GET_SHORTCUT("scene_tree/move_up"), TOOL_MOVE_UP); + menu->add_icon_shortcut(get_icon("MoveDown", "EditorIcons"), ED_GET_SHORTCUT("scene_tree/move_down"), TOOL_MOVE_DOWN); menu->add_icon_shortcut(get_icon("Duplicate", "EditorIcons"), ED_GET_SHORTCUT("scene_tree/duplicate"), TOOL_DUPLICATE); menu->add_icon_shortcut(get_icon("Reparent", "EditorIcons"), ED_GET_SHORTCUT("scene_tree/reparent"), TOOL_REPARENT); |
