Linting, haddocking
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{-
|
||||
Functions controlling the movement of the screen camera:
|
||||
'_cameraCenter', '_cameraZoom', _cameraRot';
|
||||
and the position that the character sees from: '_cameraViewFrom'.
|
||||
-}
|
||||
and the position that the character sees from: '_cameraViewFrom'. -}
|
||||
module Dodge.Update.Camera
|
||||
( updateCamera
|
||||
)
|
||||
@@ -10,6 +9,7 @@ module Dodge.Update.Camera
|
||||
import Dodge.Data
|
||||
import Dodge.Base
|
||||
import Dodge.Config.KeyConfig
|
||||
import Dodge.Item.Attachment.Data
|
||||
import Geometry
|
||||
|
||||
import Control.Lens
|
||||
|
||||
Reference in New Issue
Block a user