Work towards making world read/showable
This commit is contained in:
@@ -98,11 +98,6 @@ defaultChaseMvType = CrMvType
|
||||
, _mvTurnJit = 0.2
|
||||
, _mvAimSpeed = FloatAbsCheckGreaterLess (pi/8) 0.2 0.01
|
||||
}
|
||||
where
|
||||
g x | x > pi/8 = 0.2
|
||||
| otherwise = 0.01
|
||||
f x | x > pi / 4 = 0.2
|
||||
| otherwise = 0.05
|
||||
defaultAimMvType :: CrMvType
|
||||
defaultAimMvType = CrMvType
|
||||
{ _mvSpeed = 3
|
||||
|
||||
@@ -66,7 +66,6 @@ defaultWorld = World
|
||||
, _floorTiles = []
|
||||
, _randGen = mkStdGen 2
|
||||
, _mousePos = V2 0 0
|
||||
, _testString = const . const []
|
||||
, _yourID = 0
|
||||
, _worldEvents = id
|
||||
, _delayedEvents = []
|
||||
|
||||
Reference in New Issue
Block a user