Tweak cursor
This commit is contained in:
@@ -52,8 +52,7 @@ customMouseCursor w =
|
|||||||
setDepth (-1)
|
setDepth (-1)
|
||||||
. scale (2 /_windowX w) (2/ _windowY w)
|
. scale (2 /_windowX w) (2/ _windowY w)
|
||||||
. uncurry translate (_mousePos w)
|
. uncurry translate (_mousePos w)
|
||||||
$ circleSolid 5
|
$ pictures [ line [(-5,0),(5,0)] , line [(0,-5),(0,5)] ]
|
||||||
|
|
||||||
|
|
||||||
testPic :: World -> [Picture]
|
testPic :: World -> [Picture]
|
||||||
testPic w = [blank]
|
testPic w = [blank]
|
||||||
|
|||||||
Reference in New Issue
Block a user