Start to generalise text input to "terminal signal" input
This commit is contained in:
@@ -62,9 +62,9 @@ defaultCWGen =
|
||||
, _cwgRoomClipping = []
|
||||
}
|
||||
|
||||
defaultCWCam :: CamPos
|
||||
defaultCWCam :: Camera
|
||||
defaultCWCam =
|
||||
CamPos
|
||||
Camera
|
||||
{ _camCenter = V2 0 0
|
||||
, _camRot = 0
|
||||
, _camZoom = 1
|
||||
@@ -74,12 +74,13 @@ defaultCWCam =
|
||||
, _camItemZoom = 1
|
||||
, _camBoundBox = square 100
|
||||
, _camBoundDist = (100, -100, 100, -100)
|
||||
, _camControl = CamInGame
|
||||
}
|
||||
|
||||
defaultCWorld :: CWorld
|
||||
defaultCWorld =
|
||||
CWorld
|
||||
{ _cwCamPos = defaultCWCam
|
||||
{ _cwCam = defaultCWCam
|
||||
, _lWorld = defaultLWorld
|
||||
, _cwGen = defaultCWGen
|
||||
, _cClock = 0
|
||||
|
||||
Reference in New Issue
Block a user