Add concept of GameRoom, check viewing distance based on rooms
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{- | GameRooms contain information about given positions in the world
|
||||
-}
|
||||
module Dodge.GameRoom
|
||||
where
|
||||
import Geometry
|
||||
|
||||
data GameRoom = GameRoom
|
||||
{ _grViewpoints :: [Point2]
|
||||
, _grBound :: [Point2]
|
||||
}
|
||||
Reference in New Issue
Block a user