From: brady Date: Thu, 18 Mar 2010 21:31:02 +0000 (+0000) Subject: home login added X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=commitdiff_plain;h=765147e22083b592085b54a50c077c72be3ee002 home login added git-svn-id: https://bd85.net/svn/cs3505_group@10 92bb83a3-7c8f-8a45-bc97-515c4e399668 --- diff --git a/Project06/lobbyTest/lobbyTest/LobbyGUI.cs b/Project06/lobbyTest/lobbyTest/LobbyGUI.cs index 288a621..a5f3c5c 100644 --- a/Project06/lobbyTest/lobbyTest/LobbyGUI.cs +++ b/Project06/lobbyTest/lobbyTest/LobbyGUI.cs @@ -150,6 +150,7 @@ namespace lobbyTest switch (currentState) { case lobbyState.Welcome: + spriteBatch.DrawString(menuFont, "press [ Home ] to login", new Vector2(350, 20), Color.LightGray, 0f, zero, .6f, SpriteEffects.None, 0.5f); if (selected == createGameText) spriteBatch.DrawString(menuFont, createGameText, createGamePos, Color.Red, 0, zero, 1f, SpriteEffects.None, 0.5f); else