Start removing heldDelay records
This commit is contained in:
@@ -354,7 +354,8 @@ volleyGunShape i =
|
||||
miniGunXPictItem :: Int -> Item -> SPic
|
||||
miniGunXPictItem i it = miniGunXPict i spin
|
||||
where
|
||||
spin = (-10) + _warmTime (_heldDelay $ _itUse it)
|
||||
--spin = (-10) + _warmTime (_heldDelay $ _itUse it)
|
||||
spin = (-10) + _wTime (_itParams it)
|
||||
|
||||
miniGunXPict :: Int -> Int -> SPic
|
||||
miniGunXPict i spin =
|
||||
|
||||
Reference in New Issue
Block a user