fumieval / free-game

The free game engine
http://hackage.haskell.org/package/free-game
BSD 3-Clause "New" or "Revised" License
64 stars 15 forks source link

Slight slippage at charToBitmap #18

Closed fumieval closed 10 years ago

fumieval commented 10 years ago

https://twitter.com/myuon_myon/status/420794294740320256

myuon commented 10 years ago

This is happened because I used charToBitmap in order to convert the char to the bitmap, which clearly does not work correctly without adjusting its offset. So, no need to fix this problem, or even if you try, it is impossible.