From 765147e22083b592085b54a50c077c72be3ee002 Mon Sep 17 00:00:00 2001 From: brady Date: Thu, 18 Mar 2010 21:31:02 +0000 Subject: [PATCH] home login added git-svn-id: https://bd85.net/svn/cs3505_group@10 92bb83a3-7c8f-8a45-bc97-515c4e399668 --- Project06/lobbyTest/lobbyTest/LobbyGUI.cs | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0