Continue placement refactor

This commit is contained in:
2021-09-28 15:44:32 +01:00
parent b8af2ce9d8
commit 6b937b115e
10 changed files with 46 additions and 78 deletions
+2
View File
@@ -1,5 +1,6 @@
module Dodge.Default.Room
where
import Geometry.Data
import Dodge.Room.Data
defaultRoom :: Room
@@ -11,4 +12,5 @@ defaultRoom = Room
, _rmBound = []
, _rmFloor = []
, _rmName = "defaultRoom"
, _rmShift = (V2 0 0 , 0)
}