Allow for left click to start and pause reloading when aiming
This commit is contained in:
@@ -6,7 +6,7 @@ loadInsert :: Int -> LoadAction
|
||||
loadInsert x = LoadInsert x insertS
|
||||
|
||||
loadPartialInsert :: Int -> Int -> LoadAction
|
||||
loadPartialInsert x y = LoadAdd x insertOneS y
|
||||
loadPartialInsert x = LoadAdd x insertOneS
|
||||
|
||||
loadEject :: Int -> LoadAction
|
||||
loadEject x = LoadEject x ejectS
|
||||
|
||||
Reference in New Issue
Block a user