Cleanup
This commit is contained in:
@@ -8,7 +8,7 @@ import Control.Lens
|
||||
decTimMvVel :: Prop -> World -> World
|
||||
decTimMvVel pj = props . ix pjid %~
|
||||
( (pjTimer -~ 1)
|
||||
. (pjPos %~ (+.+ vel) )
|
||||
. (prPos %~ (+.+ vel) )
|
||||
. (pjAcc %~ rotateV rot )
|
||||
)
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user