mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
bitwidgets: Add two more glyphs
This commit is contained in:
parent
73649c7244
commit
82a6094b0a
@ -10,6 +10,9 @@ class Glyphs(enum.Enum):
|
||||
UP_ARROW = [(2, 4), (2, 0), (4, 2), (0, 2), (2, 0)]
|
||||
CHECKMARK = [(0, 3), (1, 4), (4, 1), (1, 4)]
|
||||
XMARK = [(0, 0), (4, 4), (2, 2), (4, 0), (0, 4)]
|
||||
CHEVRON_RIGHT = [(4, 2), (2, 0), (2, 4), (4, 2), (2, 2)]
|
||||
WRENCH = [(0, 4), (0, 3), (2, 1), (2, 0), (3, 0), (4, 1), (4, 2), (3, 2),
|
||||
(1, 4)]
|
||||
BLANK = []
|
||||
|
||||
BOUNDS = (5, 5)
|
||||
|
Loading…
Reference in New Issue
Block a user