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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/menu_scene.lua b/scenes/menu_scene.lua
index 085162c..e90b805 100644
--- a/scenes/menu_scene.lua
+++ b/scenes/menu_scene.lua
@@ -19,7 +19,7 @@ function menu:init()
titleFont2 = love.graphics.newFont('assets/fonts/Lazer84.ttf', titleFontSize2)
startMsgFont = love.graphics.newFont('assets/fonts/C800.ttf', msgFontSize)
music = love.audio.newSource("assets/music/Stevia Sphere - Drum machine dreams.ogg", "stream")
- titleText1 = love.graphics.newText(titleFont1, "Enemy is in Another")
+ titleText1 = love.graphics.newText(titleFont1, "Your Enemy is in Another")
titleText2 = love.graphics.newText(titleFont2, "Dungeon")
msgText = love.graphics.newText(startMsgFont, "Press X to START")
effect = Moonshine(windowWidth, windowHeight, Moonshine.effects.crt)