moved quiz to folder
This commit is contained in:
41
quiz/dados/config.json
Executable file
41
quiz/dados/config.json
Executable file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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!",
|
||||
"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_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",
|
||||
"title_logo": "img/quiz_title.png"
|
||||
},
|
||||
"cores": {
|
||||
"fundoPrincipal": "#83B81A",
|
||||
"fundoEscuro": "#83B81A",
|
||||
"corFundoResultado": "#537813",
|
||||
"textoPrincipal": "#FFFFFF",
|
||||
"textoSecundario": "#537813",
|
||||
"tituloCor": "#FFFFFF",
|
||||
"btnIniciarFundo": "#FFFFFF",
|
||||
"btnIniciarTexto": "#537813",
|
||||
"corAcerto": "#537813",
|
||||
"corErro": "#702e21",
|
||||
"alternativas": {
|
||||
"A": "#FFFFFF",
|
||||
"B": "#FFFFFF",
|
||||
"C": "#FFFFFF",
|
||||
"D": "#FFFFFF"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user