File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ class LayerPolygon:
2525 PrimeTowerType = 11
2626 MoveWhileRetractingType = 12
2727 MoveWhileUnretractingType = 13
28- __number_of_types = 14
28+ StationaryRetractUnretract = 14
29+ __number_of_types = 15
2930
3031 __jump_map = numpy .logical_or (numpy .logical_or (numpy .logical_or (
3132 numpy .arange (__number_of_types ) == NoneType ,
@@ -281,6 +282,7 @@ def getColorMap(cls) -> numpy.ndarray:
281282 theme .getColor ("layerview_prime_tower" ).getRgbF (), # PrimeTowerType
282283 theme .getColor ("layerview_move_while_retracting" ).getRgbF (), # MoveWhileRetracting
283284 theme .getColor ("layerview_move_while_unretracting" ).getRgbF (), # MoveWhileUnretracting
285+ theme .getColor ("layerview_move_retraction" ).getRgbF (), # StationaryRetractUnretract
284286 ])
285287
286288 return cls .__color_map
You can’t perform that action at this time.
0 commit comments