Skip to content

Commit

Permalink
Add credits.
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Sep 29, 2014
1 parent 67cf1a7 commit 80e1454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mainMenus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ void MainMenu::onGui()
y += 10;
text(sf::FloatRect(0, y, getWindowSize().x - 50, 20), "Models:", AlignRight, 20); y+= 20;
text(sf::FloatRect(0, y, getWindowSize().x - 50, 18), "Angryfly (turbosquid.com)", AlignRight, 18); y+= 18;
y += 10;
text(sf::FloatRect(0, y, getWindowSize().x - 50, 20), "Models:", AlignRight, 20); y+= 20;
text(sf::FloatRect(0, y, getWindowSize().x - 50, 18), "SolCommand (http://solcommand.blogspot.com/)", AlignRight, 18); y+= 18;
}

ServerBrowserMenu::ServerBrowserMenu()
Expand Down

0 comments on commit 80e1454

Please sign in to comment.