General cleanup, remove Drawing type synonym

This commit is contained in:
2021-03-23 15:48:14 +01:00
parent b13467053a
commit 451ef98b9f
8 changed files with 100 additions and 48 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import Dodge.Base
import Picture
drawWeapon :: Picture -> Creature -> Int -> Drawing
drawWeapon :: Picture -> Creature -> Int -> Picture
drawWeapon p cr posInInv
| _crInvSel cr == posInInv = onLayer PtLayer drawnWep
| otherwise = blank