summaryrefslogtreecommitdiffhomepage
path: root/menu.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-07-12 21:08:55 +0200
committerAki <nthirtyone@gmail.com>2016-07-12 21:08:55 +0200
commit2c601ee119b1f65316d41d0771b985b91865f5b3 (patch)
tree10f4a33d19962c1989a88a9245f2ac9c3ac413c5 /menu.lua
parent1f2a41a60224229ba19b301b4c88694638992450 (diff)
downloadroflnauts-2c601ee119b1f65316d41d0771b985b91865f5b3.zip
roflnauts-2c601ee119b1f65316d41d0771b985b91865f5b3.tar.gz
roflnauts-2c601ee119b1f65316d41d0771b985b91865f5b3.tar.bz2
Menu
Diffstat (limited to 'menu.lua')
-rw-r--r--menu.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.lua b/menu.lua
index bcac8ef..2eb4210 100644
--- a/menu.lua
+++ b/menu.lua
@@ -78,9 +78,9 @@ function Menu:draw()
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/2,scale/2,168,12)
+ love.graphics.printf("ROFLNAUTS2",(w/2)*scale,(42+dy)*scale,336,"center",(angle*5)*math.pi/180,scale,scale,168,12)
love.graphics.setFont(Font)
- love.graphics.printf("A 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-30)*scale, 336, "center", 0, scale, scale, 168, 4)
+ 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
function Menu:update(dt)