From e13f5c73019d3242e18bd5d8f01b148aa00c589d Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 1 Mar 2017 17:01:58 +0100 Subject: [PATCH] no highscore --- src/Commons.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commons.hs b/src/Commons.hs index 71498cd..7416499 100644 --- a/src/Commons.hs +++ b/src/Commons.hs @@ -104,7 +104,7 @@ load _ = do , Property "color" $ PropertyColor $ GEGL.RGBA 1 1 1 1 ] 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 "size" $ PropertyDouble 50 , Property "alignment" $ PropertyInt 1