2025-01-02 02:37 : id 76

This commit is contained in:
deadvey 2025-01-02 02:44:09 +00:00
parent 17edd18e5b
commit ccb57bc96a

View File

@ -21,7 +21,7 @@ let
GAPS_IN = "0";
GAPS_OUT = "40";
GAPS_OUT_INT = builtins.parseInt GAPS_OUT;
HALF_GAPS_OUT_INT = GAPS_OUT / 2;
HALF_GAPS_OUT_INT = GAPS_OUT_INT / 2;
HALF_GAPS_OUT = builtins.toString HALF_GAPS_OUT_INT;
BORDER_WIDTH = "2";
CORNER_RADIUS = "0";