aboutsummaryrefslogtreecommitdiff
path: root/scenes/menu_scene.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/menu_scene.lua')
-rw-r--r--scenes/menu_scene.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/scenes/menu_scene.lua b/scenes/menu_scene.lua
index 8fd1587..085162c 100644
--- a/scenes/menu_scene.lua
+++ b/scenes/menu_scene.lua
@@ -69,8 +69,10 @@ function menu:draw()
love.graphics.setColor(titleFontColor1)
love.graphics.draw(starfield, love.graphics.getWidth() * 0.5, love.graphics.getHeight() * 0.5)
love.graphics.draw(titleText1,(windowWidth * 0.5) - (titleText1:getWidth() * 0.5), (windowHeight * 0.5) - 50)
- love.graphics.setColor(titleFontColor2)
love.graphics.setFont(titleFont2)
+ love.graphics.setColor({0,0,0,1})
+ love.graphics.draw(titleText2,(windowWidth * 0.5) - (titleText2:getWidth() * 0.5), (windowHeight * 0.5) + 1, -0.17)
+ love.graphics.setColor(titleFontColor2)
love.graphics.draw(titleText2,(windowWidth * 0.5) - (titleText2:getWidth() * 0.5), (windowHeight * 0.5) + 2, -0.17)
love.graphics.setFont(startMsgFont)