inicio do dia 06-04-26

This commit is contained in:
Ronaldo
2026-04-06 10:05:22 +00:00
parent 0687e194ad
commit 7b9fb34462
6 changed files with 211 additions and 163 deletions

View File

@@ -5,11 +5,16 @@
"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!"
"texto_resultado_derrota": "Você acertou apenas {{pontuacao}} perguntas. Tente novamente!",
"transitionDuration": 2000,
"transitionBackgroundColor": "#FFFFFF",
"feedbackDelay": 4500,
"initDelay": 1000
},
"imagens": {
"transitionLogo": "img/ius_logo_branco.jpg",
"fundo_padrao": "img/quiz_patternBG.png",
"logo_tela_inicial": "img/quiz_LOGO_TITLE.png",
"logo_tela_inicial": "img/quiz_LOGO_GAME.png",
"logo_tela_jogo": "img/quiz_LOGO_GAME.png",
"logo_tela_resultado": "img/quiz_LOGO_END.png",
"logo_patrocinador": "img/quiz_LOGO_TITLE.png",
@@ -17,20 +22,20 @@
},
"cores": {
"fundoPrincipal": "#83B81A",
"fundoEscuro": "#1e294a",
"fundoEscuro": "#83B81A",
"corFundoResultado": "#537813",
"textoPrincipal": "#FFFFFF",
"textoSecundario": "#263D6B",
"tituloCor": "#A1C633",
"btnIniciarFundo": "#A1C633",
"btnIniciarTexto": "#FFFFFF",
"corAcerto": "#20386f",
"textoSecundario": "#537813",
"tituloCor": "#FFFFFF",
"btnIniciarFundo": "#FFFFFF",
"btnIniciarTexto": "#537813",
"corAcerto": "#537813",
"corErro": "#702e21",
"alternativas": {
"A": "#cfd6e2",
"B": "#cfd6e2",
"C": "#cfd6e2",
"D": "#cfd6e2"
"A": "#FFFFFF",
"B": "#FFFFFF",
"C": "#FFFFFF",
"D": "#FFFFFF"
}
}
}