This commit is contained in:
p620
2020-11-01 15:34:29 +03:00
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
};
};