Implement bullet trajectories using attachable items
This commit is contained in:
@@ -26,6 +26,7 @@ itemFromBase ibt = case ibt of
|
||||
ATTACH at -> itemFromAttachType at
|
||||
AMMOMAG t -> itemFromAmmoMag t
|
||||
TARGETING tt -> targetingScope tt
|
||||
HOMING btt -> bulletTargetingModule btt
|
||||
|
||||
itemFromAmmoMag :: AmmoMagType -> Item
|
||||
itemFromAmmoMag at = case at of
|
||||
|
||||
Reference in New Issue
Block a user