Skip to content

Commit c1c5908

Browse files
committed
Change icon for toggling between tile and object mode.
Thanks @Frostwithasideofsalt
1 parent 7064870 commit c1c5908

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
2.28 KB
Loading

src/editor/editor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Editor::Editor() :
185185

186186
m_widgets.insert(m_widgets.begin() + 4, std::move(save_button));
187187

188-
auto mode_button = std::make_unique<ButtonWidget>("images/engine/editor/tilemap.png",
188+
auto mode_button = std::make_unique<ButtonWidget>("images/engine/editor/toggle_tile_object_mode.png",
189189
Vector(160, 0), [this] {
190190
auto& tilebox = m_toolbox_widget->get_tilebox();
191191
const auto& input_type = tilebox.get_input_type();

0 commit comments

Comments
 (0)