Add concept of GameRoom, check viewing distance based on rooms

This commit is contained in:
2021-09-02 23:24:29 +01:00
parent 9d2f42dbc9
commit c69af7a5f4
30 changed files with 295 additions and 151 deletions
+1
View File
@@ -8,6 +8,7 @@ module Geometry.ConvexPoly
, centroid
, pointsToPoly
, convexPolysOverlap
, pointInPolyPoints
) where
import Geometry.Data
import Geometry.Vector