initial
This commit is contained in:
36
dados/config.json
Executable file
36
dados/config.json
Executable file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"debug": true,
|
||||
"tema": {
|
||||
"titulo_tela_inicial": "Quiz!",
|
||||
"texto_botao_iniciar": "INICIAR",
|
||||
"texto_resultado_parabens": "Parabéns!",
|
||||
"texto_resultado_acertos": "Você acertou {{pontuacao}} perguntas",
|
||||
"texto_resultado_derrota": "Você acertou apenas {{pontuacao}} perguntas. Tente novamente!"
|
||||
},
|
||||
"imagens": {
|
||||
"fundo_padrao": "img/quiz_patternBG.png",
|
||||
"logo_tela_inicial": "img/quiz_LOGO_TITLE.png",
|
||||
"logo_tela_jogo": "img/quiz_LOGO_GAME.png",
|
||||
"logo_tela_resultado": "img/quiz_LOGO_END.png",
|
||||
"logo_patrocinador": "img/quiz_LOGO_TITLE.png",
|
||||
"title_logo": "img/quiz_title.png"
|
||||
},
|
||||
"cores": {
|
||||
"fundoPrincipal": "#83B81A",
|
||||
"fundoEscuro": "#1e294a",
|
||||
"corFundoResultado": "#537813",
|
||||
"textoPrincipal": "#FFFFFF",
|
||||
"textoSecundario": "#263D6B",
|
||||
"tituloCor": "#A1C633",
|
||||
"btnIniciarFundo": "#A1C633",
|
||||
"btnIniciarTexto": "#FFFFFF",
|
||||
"corAcerto": "#20386f",
|
||||
"corErro": "#702e21",
|
||||
"alternativas": {
|
||||
"A": "#cfd6e2",
|
||||
"B": "#cfd6e2",
|
||||
"C": "#cfd6e2",
|
||||
"D": "#cfd6e2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user