You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
1
editor/icons/Rectangle.svg
Normal file
1
editor/icons/Rectangle.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><rect fill="none" height="8" rx=".000017" stroke="#e0e0e0" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" width="12" x="2" y="4"/></svg>
|
||||||
|
After Width: | Height: | Size: 237 B |
@@ -65,7 +65,7 @@ void TileMapEditor::_notification(int p_what) {
|
|||||||
|
|
||||||
paint_button->set_icon(get_theme_icon("Edit", "EditorIcons"));
|
paint_button->set_icon(get_theme_icon("Edit", "EditorIcons"));
|
||||||
line_button->set_icon(get_theme_icon("CurveLinear", "EditorIcons"));
|
line_button->set_icon(get_theme_icon("CurveLinear", "EditorIcons"));
|
||||||
rectangle_button->set_icon(get_theme_icon("RectangleShape2D", "EditorIcons"));
|
rectangle_button->set_icon(get_theme_icon("Rectangle", "EditorIcons"));
|
||||||
bucket_fill_button->set_icon(get_theme_icon("Bucket", "EditorIcons"));
|
bucket_fill_button->set_icon(get_theme_icon("Bucket", "EditorIcons"));
|
||||||
picker_button->set_icon(get_theme_icon("ColorPick", "EditorIcons"));
|
picker_button->set_icon(get_theme_icon("ColorPick", "EditorIcons"));
|
||||||
select_button->set_icon(get_theme_icon("ActionCopy", "EditorIcons"));
|
select_button->set_icon(get_theme_icon("ActionCopy", "EditorIcons"));
|
||||||
|
|||||||
Reference in New Issue
Block a user