Add test tileset textures
This commit is contained in:
@@ -46,9 +46,9 @@ defaultAutoGun = defaultGun
|
||||
}
|
||||
defaultShellAmmo :: Ammo
|
||||
defaultShellAmmo = ShellAmmo
|
||||
{ _amPayload = \_ -> id
|
||||
{ _amPayload = const id
|
||||
, _amString = "Shell"
|
||||
, _amPjParams = []
|
||||
, _amPjDraw = \_ -> blank
|
||||
, _amPjDraw = const blank
|
||||
, _amParamSel = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user