Add test tileset textures

This commit is contained in:
jgk
2021-06-11 13:51:06 +02:00
parent 02511afa80
commit a9aa2ca2cb
18 changed files with 75 additions and 38 deletions
+3 -3
View File
@@ -11,9 +11,9 @@ defaultShell = Shell
, _pjAcc = (0,0)
, _pjDir = 0
, _pjSpin = 0
, _pjDraw = \_ -> blank
, _pjDraw = const blank
, _pjID = 0
, _pjTimer = 0
, _pjUpdate = \_ -> id
, _pjPayload = \_ -> id
, _pjUpdate = const id
, _pjPayload = const id
}
+2 -2
View File
@@ -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
}