Implement auto rotate camera when close to walls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user