89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
|
"semantics":[
|
|
{
|
|
"widgets":[
|
|
{
|
|
"label":"Predeterminado"
|
|
}
|
|
],
|
|
"label":"Tarjetas",
|
|
"entity":"card",
|
|
"field":{
|
|
"label":"Tarjeta",
|
|
"fields":[
|
|
{
|
|
"label":"Imagen"
|
|
},
|
|
{
|
|
"label":"Imagen coincidente",
|
|
"description":"Una imagen opcional para emparejar, en vez de usar dos tarjetas con la misma imagen."
|
|
},
|
|
{
|
|
"label":"Descripción",
|
|
"description":"Un breve texto opcional que aparecerá una vez se encuentren las dos cartas coincidentes."
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"label":"Ajustes de comportamiento",
|
|
"description":"Estas opciones te permitirán controlar cómo se comporta el juego.",
|
|
"fields":[
|
|
{
|
|
"label":"Coloca las tarjetas en un cuadrado",
|
|
"description":"Intentará igualar el número de columnas y filas al distribuir las tarjetas. Después, las tarjetas se escalarán para que se ajusten al contenedor."
|
|
},
|
|
{
|
|
"label":"Número de tarjetas a utilizar",
|
|
"description":"Establecer esto a un número mayor que 2 hará que el juego seleccione tarjetas aleatorias de la lista de tarjetas."
|
|
},
|
|
{
|
|
"label":"Add button for retrying when the game is over"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label":"Look and feel",
|
|
"description":"Control the visuals of the game.",
|
|
"fields":[
|
|
{
|
|
"label":"Theme Color",
|
|
"description":"Choose a color to create a theme for your card game.",
|
|
"default":"#909090",
|
|
"spectrum":{
|
|
|
|
}
|
|
},
|
|
{
|
|
"label":"Card Back",
|
|
"description":"Use a custom back for your cards."
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label":"Localization",
|
|
"fields":[
|
|
{
|
|
"label":"Card turns text",
|
|
"default":"Card turns"
|
|
},
|
|
{
|
|
"label":"Time spent text",
|
|
"default":"Time spent"
|
|
},
|
|
{
|
|
"label":"Feedback text",
|
|
"default":"Good work!"
|
|
},
|
|
{
|
|
"label":"Try again button text",
|
|
"default":"Try again?"
|
|
},
|
|
{
|
|
"label":"Close button label",
|
|
"default":"Close"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |