Update noggit font

This commit is contained in:
Balkron
2020-11-25 00:22:27 +05:00
parent d83a8c0f98
commit e1e83ad625
2 changed files with 8 additions and 1 deletions

Binary file not shown.

View File

@@ -115,7 +115,14 @@ namespace noggit
MOUSE_INVERT = 0xf8c5,
UI_TOGGLE = 0xf8c6,
VIEW_MODE_2D = 0xf8c7,
VIEW_AXIS = 0xf8c8
VIEW_AXIS = 0xf8c8,
GIZMO_TRANSLATE = 0xf8c9,
GIZMO_ROTATE = 0xf8ca,
GIZMO_SCALE = 0xf8cb,
GIZMO_VISIBILITY = 0xf8cc,
GIZMO_GLOBAL = 0xf8cd,
GIZMO_LOCAL = 0xf8ce,
GIZMO_VISIBILITY_ALL = 0xf8cf
};
};