Cleanup
This commit is contained in:
@@ -128,7 +128,6 @@ tryThrust pj = fromMaybe id $ do
|
||||
|
||||
doThrust :: Projectile -> Maybe RocketSmoke -> World -> World
|
||||
doThrust pj smoke w =
|
||||
--doThrust pj _ w =
|
||||
w
|
||||
& randGen .~ g
|
||||
& cWorld . lWorld . projectiles . ix i . pjVel . _xy %~ (\v -> accel + frict *^ v)
|
||||
|
||||
Reference in New Issue
Block a user