Refactor map, add location arrows
This commit is contained in:
+2
-2
@@ -65,8 +65,8 @@ main = do
|
||||
let lastFrameTicks = _frameTimer preData
|
||||
renderFoldable (_renderData preData)
|
||||
(picToLTree Nothing . setLayer 1 . setDepth (-1)
|
||||
. translate 0 (-0.8) . scale 0.0005 0.0005
|
||||
. text $ show (endTicks - lastFrameTicks))
|
||||
. translate (-0.5) (-0.8) . scale 0.0005 0.0005
|
||||
. text $ "ms/frame " ++ show (endTicks - lastFrameTicks))
|
||||
return $ preData & soundData .~ newSoundData
|
||||
& frameTimer .~ endTicks
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user