Develop laser upgrade path slightly
This commit is contained in:
+1
-1
@@ -222,7 +222,7 @@ circle rad = thickArc 0 (2*pi) rad 1
|
||||
|
||||
centerText :: String -> Picture
|
||||
{-# INLINE centerText #-}
|
||||
centerText s = translate (25 * (negate . fromIntegral $ length s)) 0 $ text s
|
||||
centerText s = translate (50 * (negate . fromIntegral $ length s - 1)) 0 $ text s
|
||||
|
||||
text :: String -> Picture
|
||||
{-# INLINE text #-}
|
||||
|
||||
Reference in New Issue
Block a user