Implement auto rotate camera when close to walls

This commit is contained in:
2021-09-11 19:55:46 +01:00
parent aa7413a29f
commit f2553ded0e
5 changed files with 52 additions and 69 deletions
+1 -2
View File
@@ -5,9 +5,8 @@ module Dodge.Zone.Data
import Control.Lens
import qualified Data.IntMap.Strict as IM
data Zone a = Zone
newtype Zone a = Zone
{ _znObjects :: IM.IntMap (IM.IntMap a)
, _znSize :: Float
}
makeLenses ''Zone