no highscore

This commit is contained in:
nek0 2017-03-01 17:01:58 +01:00
parent 9d1bbf33d4
commit e13f5c7301

View file

@ -104,7 +104,7 @@ load _ = do
, Property "color" $ PropertyColor $ GEGL.RGBA 1 1 1 1 , Property "color" $ PropertyColor $ GEGL.RGBA 1 1 1 1
] ]
menuText <- gegl_node_new_child root $ textOperation menuText <- gegl_node_new_child root $ textOperation
[ Property "string" $ PropertyString "Press [Space] to start\nPress [H] for Highscore" [ Property "string" $ PropertyString "Press [Space] to start"
, Property "font" $ PropertyString "Modulo" , Property "font" $ PropertyString "Modulo"
, Property "size" $ PropertyDouble 50 , Property "size" $ PropertyDouble 50
, Property "alignment" $ PropertyInt 1 , Property "alignment" $ PropertyInt 1