Improve UI icons

This commit is contained in:
Loic Guegan 2023-06-03 20:33:17 +02:00
parent 43c94b509e
commit 17eb566c8c
8 changed files with 139 additions and 2 deletions

View file

@ -2,7 +2,7 @@
EditorCanvas::EditorCanvas(wxFrame *parent, std::shared_ptr<Game> game)
: wxPanel(parent), game(game) {
hide_icon = LoadPNG("ui_eye_close", wxSize(CGEditor::status.MoveIconWidth,
hide_icon = LoadPNG("ui_eye_off", wxSize(CGEditor::status.MoveIconWidth,
CGEditor::status.MoveIconWidth));
t.ResizePieces(CGEditor::status.MoveIconWidth);