Implement teleporting bullets
This commit is contained in:
@@ -169,6 +169,7 @@ testInventory = IM.fromList $ zip [0..]
|
||||
[ makeTypeCraftNum 9 PIPE
|
||||
, incendiaryModule
|
||||
, bounceModule
|
||||
, teleportModule
|
||||
, makeTypeCraftNum 5 TUBE
|
||||
, makeTypeCraftNum 1 MAGNET
|
||||
, makeTypeCraftNum 5 HARDWARE
|
||||
@@ -177,10 +178,12 @@ testInventory = IM.fromList $ zip [0..]
|
||||
, makeTypeCraftNum 3 TIN
|
||||
, makeTypeCraftNum 3 PLANK
|
||||
, makeTypeCraftNum 1 MOTOR
|
||||
, makeTypeCraftNum 1 MICROCHIP
|
||||
]
|
||||
stackedInventory :: IM.IntMap Item
|
||||
stackedInventory = IM.fromList $ zip [0..]
|
||||
[sonicGun
|
||||
,teleGun
|
||||
,spreadGun
|
||||
, pipe
|
||||
,rewindGun
|
||||
|
||||
Reference in New Issue
Block a user