From 5f76af92f508a422fb4a4ef34f8d6bfc0ee527fa Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 17 Jul 2016 10:42:17 +0200 Subject: Move logo --- menu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu.lua b/menu.lua index 2eb4210..a2a4b0b 100644 --- a/menu.lua +++ b/menu.lua @@ -77,8 +77,8 @@ function Menu:draw() -- header love.graphics.setFont(Bold) local angle = self:getBounce(2) - local dy = self:getBounce()*3 - love.graphics.printf("ROFLNAUTS2",(w/2)*scale,(42+dy)*scale,336,"center",(angle*5)*math.pi/180,scale,scale,168,12) + local dy = self:getBounce()*4 + love.graphics.printf("ROFLNAUTS2",(w/2)*scale,(32+dy)*scale,336,"center",(angle*5)*math.pi/180,scale,scale,168,12) love.graphics.setFont(Font) love.graphics.printf("Use W,S,A,D,G,H or Arrows,Enter,Rshift or Gamepad\n\nA game by Awesomenauts Community\nParaDoX, Burningdillo, MilkingChicken, Seltzy, Bronkey, Gnarlyman, Aki\nBased on a game by Jan Willem Nijman, Paul Veer and Bits_Beats XOXO", (w/2)*scale, (h-42)*scale, 336, "center", 0, scale, scale, 168, 4) end -- cgit v1.1