Cleanup launcher code
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
module Dodge.Item.Weapon.Shell
|
||||
( decTimMvVel
|
||||
)
|
||||
where
|
||||
) where
|
||||
import Dodge.Data
|
||||
import Geometry.Vector
|
||||
|
||||
@@ -16,14 +15,3 @@ decTimMvVel pj = props . ix pjid %~
|
||||
rot = _pjSpin pj
|
||||
vel = _pjVel pj
|
||||
pjid = _pjID pj
|
||||
|
||||
--pjAutoSpin :: Projectile -> World -> World
|
||||
--pjAutoSpin pj = projectiles . ix pjid %~
|
||||
-- ( (pjDir -~ 1)
|
||||
-- . (pjPos %~ (+.+ vel) )
|
||||
-- . (pjAcc %~ rotateV rot )
|
||||
-- )
|
||||
-- where
|
||||
-- rot = _pjSpin pj
|
||||
-- vel = _pjVel pj
|
||||
-- pjid = _pjID pj
|
||||
|
||||
Reference in New Issue
Block a user