Skip to content

Commit

Permalink
Add to victory message
Browse files Browse the repository at this point in the history
  • Loading branch information
Spferical committed Mar 14, 2015
1 parent 4d25724 commit 317a60a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,9 @@ function love.draw()
50, 50, love.graphics.getWidth() - 50, "center")
elseif gamestate == 'victory' then
love.graphics.setColor(255, 255, 255, 255)
love.graphics.printf("YOU WIN THE GAME!\n\nCongratulations!\n\nPress enter to return to the main menu.",
love.graphics.printf("YOU SUCCEEDED IN KILLING ALL THE TARGETS AND ESCAPING THE HIDEOUT!\n\n"..
"YOU WIN THE GAME!\n\nCongratulations!\n\n"..
"Press enter to return to the main menu.",
50, 50, love.graphics.getWidth() - 50, "center")
end
elseif gamestate == 'instructions' then
Expand Down

0 comments on commit 317a60a

Please sign in to comment.