Skip to content

Commit

Permalink
Merge pull request #27 from EPashkin/master
Browse files Browse the repository at this point in the history
Updated demo.hs
  • Loading branch information
fumieval committed Jun 15, 2014
2 parents 3535323 + c7df0a2 commit 4e8bcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo.hs
Expand Up @@ -59,7 +59,7 @@ mouseTest = do
(True, True) -> blend 0.5 red blue
translate p $ color col $ thickness 4 $ circleOutline 16

main = runGame Windowed (BoundingBox 0 0 640 480) $ do
main = runGame Windowed (Box (V2 0 0) (V2 640 480)) $ do
bmp <- readBitmap "bird.png"
bmp' <- readBitmap "logo.png"
font <- loadFont "VL-PGothic-Regular.ttf"
Expand Down

0 comments on commit 4e8bcd4

Please sign in to comment.