Update file format spec
This commit is contained in:
+410
-359
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+20
-20
@@ -209,25 +209,25 @@ class nwBuildFmt(Enum):
|
|||||||
|
|
||||||
class nwStatusShape(Enum):
|
class nwStatusShape(Enum):
|
||||||
|
|
||||||
SQUARE = 0
|
SQUARE = 0
|
||||||
TRIANGLE = 1
|
TRIANGLE = 1
|
||||||
NABLA = 2
|
NABLA = 2
|
||||||
DIAMOND = 3
|
DIAMOND = 3
|
||||||
PENTAGON = 4
|
PENTAGON = 4
|
||||||
HEXAGON = 5
|
HEXAGON = 5
|
||||||
STAR = 6
|
STAR = 6
|
||||||
PACMAN = 7
|
PACMAN = 7
|
||||||
CIRCLE_Q = 8
|
CIRCLE_Q = 8
|
||||||
CIRCLE_H = 9
|
CIRCLE_H = 9
|
||||||
CIRCLE_T = 10
|
CIRCLE_T = 10
|
||||||
CIRCLE = 11
|
CIRCLE = 11
|
||||||
BARS_1 = 12
|
BARS_1 = 12
|
||||||
BARS_2 = 13
|
BARS_2 = 13
|
||||||
BARS_3 = 14
|
BARS_3 = 14
|
||||||
BARS_4 = 15
|
BARS_4 = 15
|
||||||
BLOCK_1 = 16
|
BLOCK_1 = 16
|
||||||
BLOCK_2 = 17
|
BLOCK_2 = 17
|
||||||
BLOCK_3 = 18
|
BLOCK_3 = 18
|
||||||
BLOCK_4 = 19
|
BLOCK_4 = 19
|
||||||
|
|
||||||
# END Enum nwStatusShape
|
# END Enum nwStatusShape
|
||||||
|
|||||||
Reference in New Issue
Block a user