Minor tweaking, argument refining
This commit is contained in:
@@ -72,4 +72,4 @@ makeFlamerSmokeAt p w = makeCloudAt (CloudColor 4 300 (greyN x)) 6 200 40 p w
|
||||
spawnSmokeAtCursor :: World -> World
|
||||
spawnSmokeAtCursor w = shellTrailCloud (V3 x y 20) w
|
||||
where
|
||||
V2 x y = mouseWorldPos w
|
||||
V2 x y = mouseWorldPos (w ^. input) (w ^. cWorld . lWorld . camPos)
|
||||
|
||||
Reference in New Issue
Block a user