Skip to content

Commit

Permalink
Acréscimos nos Créditos
Browse files Browse the repository at this point in the history
  • Loading branch information
Clauvin committed Oct 25, 2016
1 parent f737530 commit c3720cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Assets/Resources/Scripts/Atuais/GUIs/GuiTelaInicial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ public override void OnGUI()
GUI.BeginGroup(new Rect(Screen.width * 0.4f, Screen.height / 4, Screen.width * 0.2f, Screen.height * 0.3f));

GUI.Box(new Rect(0, 0, Screen.width * 0.2f, Screen.height * 0.3f), "Créditos\n\n" +
"Cláuvin Erlan José\n da Costa Curty de Almeida\n\n" +
"Cláuvin Erlan José\n da Costa Curty de Almeida\n" +
"([email protected])\n" +
"Contribuidor: Bruno Correia\n" +
".");
"(acrescentar e-mail de Bruno Correia).");

if (GUI.Button(new Rect(Screen.width * 0.05f, Screen.height * 0.25f, Screen.width * 0.1f, Screen.height * 0.05f),
"Fechar")){
Expand Down

0 comments on commit c3720cf

Please sign in to comment.