add SETTINGS and FAVORITE icons

This commit is contained in:
Balkron
2020-11-01 16:46:50 +05:00
parent 1322b42727
commit c8004462f4
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@@ -81,7 +81,9 @@ namespace noggit
TOOL_VERTEX_PAINT = 0xF8A3,
TOOL_OBJECT_EDITOR = 0xF8A4,
TOOL_MINIMAP_EDITOR = 0xF8A5,
TOOL_STAMP = 0xF8A6
TOOL_STAMP = 0xF8A6,
SETTINGS = 0xf8a7,
FAVORITE = 0xf8a8
};
};