From 01304063655a31e102f312f6293e7aa4c7582d3f Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 13 Sep 2016 15:38:37 +0200 Subject: Text changes --- config/menucredits.lua | 2 +- config/menuhost.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/menucredits.lua b/config/menucredits.lua index 975c962..9d38da4 100644 --- a/config/menucredits.lua +++ b/config/menucredits.lua @@ -18,7 +18,7 @@ return { :setPosition(width/2, 30) :set("draw", function (self, scale) local x,y = self:getPosition() - love.graphics.printf("The year is 3587. Conflict spans the stars as huge robot armies are locked in an enduring stalemate. In their bid for galactic supremacy, they call upon the most powerful group of mercenaries in the universe: the Awesomenauts!", (x-100)*scale, (y+10)*scale, 200, "center", 0, scale, scale) + love.graphics.printf("A game by the Awesomenauts community including:\nSeltzy, PlasmaWisp, ParaDoX, MilkingChicken, Burningdillo, Bronkey and Aki.\n\n04font was used.\n\nBased on a game by Jan Willem Nijman, Paul Veer and Bits_Beats XOXO.\n\nAwesomenauts is property of Ronimo Games.", (x-110)*scale, (y+10)*scale, 220, "left", 0, scale, scale) end) , } \ No newline at end of file diff --git a/config/menuhost.lua b/config/menuhost.lua index 487b75f..bd7a3b9 100644 --- a/config/menuhost.lua +++ b/config/menuhost.lua @@ -22,7 +22,7 @@ return { :init() , button:new(menu) - :setText("Select") + :setText("Next") :setPosition(bx,101) :set("isEnabled", function () return map_selector:isLocked() -- cgit v1.1