This commit is contained in:
Ronaldo
2026-04-03 10:51:51 -03:00
commit 0687e194ad
248 changed files with 958131 additions and 0 deletions

36
dados/config.json Executable file
View 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"
}
}
}