Add in "linear" lWorld to separate time reversable worlds
This commit is contained in:
@@ -27,8 +27,8 @@ creatureDisplayText w cr =
|
||||
w
|
||||
cr
|
||||
where
|
||||
campos = w ^. cWorld . cwCam . cwcViewFrom
|
||||
theScale = 0.15 / (w ^. cWorld . cwCam . cwcZoom)
|
||||
campos = w ^. cWorld . lWorld . cwCam . cwcViewFrom
|
||||
theScale = 0.15 / (w ^. cWorld . lWorld . cwCam . cwcZoom)
|
||||
cpos = _crPos cr
|
||||
v = cpos -.- campos
|
||||
(V2 x y) = campos +.+ v +.+ _crRad cr *.* normalizeV v
|
||||
|
||||
Reference in New Issue
Block a user