removed old code
This commit is contained in:
parent
0ba795e904
commit
b7e0363647
1 changed files with 0 additions and 4 deletions
|
@ -251,10 +251,6 @@ drawTile row col tile = do
|
|||
ctx x (y - (74 * fact - realToFrac tileHeight)) 64 74 0
|
||||
(assetImages ud Map.! img row col)
|
||||
fact
|
||||
-- ( if floor pr <= row && floor pc >= col
|
||||
-- then min 1 dist
|
||||
-- else 1
|
||||
-- )
|
||||
beginPath ctx
|
||||
rect ctx x (y - (74 * fact - realToFrac tileHeight)) 64 74
|
||||
fillPaint ctx paint
|
||||
|
|
Loading…
Reference in a new issue