Skip to content

Commit

Permalink
Remake a bunch of editor icons (#2915)
Browse files Browse the repository at this point in the history
a bunch of editor icons hadn't been updated, so i decided to update them with this PR!
(new path node icon was in partly made by @tylerandari13 )
  • Loading branch information
Frostwithasideofsalt committed Apr 24, 2024
1 parent d271df1 commit 36db1cc
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Binary file modified data/images/engine/editor/arrow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/engine/editor/move-mode0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/engine/editor/move-mode1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/engine/editor/path_node.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/engine/editor/rubber.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/engine/editor/select-mode0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/engine/editor/select-mode1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/engine/editor/select-mode2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/engine/editor/select-mode3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/engine/hud/arrowdown.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/gui/mousecursor.cpp
Expand Up @@ -109,7 +109,7 @@ MouseCursor::draw(DrawingContext& context)

if (m_icon) {
context.color().draw_surface(m_icon,
Vector(mouse_pos.x,
Vector(mouse_pos.x + static_cast<float>(m_icon->get_width()) / 2,
mouse_pos.y - static_cast<float>(m_icon->get_height())),
LAYER_GUI + 100);
}
Expand Down

0 comments on commit 36db1cc

Please sign in to comment.