Add test tileset textures
This commit is contained in:
@@ -55,7 +55,7 @@ testPic w =
|
||||
]
|
||||
|
||||
crDraw :: World -> Creature -> Picture
|
||||
crDraw w c = (_crPict c c w)
|
||||
crDraw w c = _crPict c c w
|
||||
ppDraw :: PressPlate -> Picture
|
||||
ppDraw c = uncurry translate (_ppPos c) $ rotate (_ppRot c) (_ppPict c)
|
||||
btDraw :: Button -> Picture
|
||||
|
||||
Reference in New Issue
Block a user