Skip to content

Commit

Permalink
-interface.py +settings_vazio, main.py funcionando(#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoHenrique12 committed Aug 29, 2022
1 parent 9fa0e00 commit 3c1c909
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
20 changes: 0 additions & 20 deletions src/interfaces/interface.py

This file was deleted.

16 changes: 0 additions & 16 deletions src/interfaces/settings.py
Original file line number Diff line number Diff line change
@@ -1,16 +0,0 @@
# MENSAGENS DE INTERFACE
MENSAGEM_INTERFACE_MENU_PRINCIPAL = """Bem-vindo ao Metal Gear Solid V.\n
Escolha uma opção: \n
N - NOVO JOGO
C - CARREGAR JOGO
S - SAIR \n"""

MENSAGEM_INTERFACE_NOVO_JOGO = """Insira o seu nome de usuário.
Esse nome será utilizado para identificá-lo e para carregar o progresso.
Caso queira voltar ao menu principal, digite "voltar"."""

MENSAGEM_INTERFACE_CARREGAMENTO = """Insira o seu nome de usuário.
Caso queira voltar ao menu principal, digite "voltar"."""

# ENTRADAS ACEITAS DE INTERFACE
ENTRADAS_ACEITAS_MENU_PRINCIPAL = ['N', 'C', 'S']

0 comments on commit 3c1c909

Please sign in to comment.