From 6322712259d46fc7af82ae6271852a236f66ba6e Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 2 Mar 2022 03:36:05 +0530 Subject: * Test Enemy Added * Basic Hacky Enemy AI --- scenes/menu_scene.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scenes/menu_scene.lua') 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) -- cgit v1.2.3