summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-09-13 15:38:37 +0200
committerAki <nthirtyone@gmail.com>2016-09-13 15:38:37 +0200
commit01304063655a31e102f312f6293e7aa4c7582d3f (patch)
tree2dae337ef0289e0152a62ec7ea435a4e3fc23f5f
parente255f06e02b680442630fe2f6282c791e5acfd58 (diff)
downloadroflnauts-01304063655a31e102f312f6293e7aa4c7582d3f.zip
roflnauts-01304063655a31e102f312f6293e7aa4c7582d3f.tar.gz
roflnauts-01304063655a31e102f312f6293e7aa4c7582d3f.tar.bz2
Text changes
-rw-r--r--config/menucredits.lua2
-rw-r--r--config/menuhost.lua2
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()