Work on held item positioning

This commit is contained in:
2022-07-14 00:28:28 +01:00
parent 090408b438
commit dcc0596a25
6 changed files with 59 additions and 50 deletions
+3
View File
@@ -41,6 +41,8 @@ module Picture.Base
, setLayer
, mirroryz
, mirrorxz
, overPos
, picMap
)
where
import Geometry
@@ -62,6 +64,7 @@ picFormat :: [Verx] -> Picture
picFormat = id
picMap :: (Verx -> Verx) -> Picture -> Picture
{-# INLINE picMap #-}
picMap = map
-- | Expects clockwise input.