2017-06-23 14:16:40 +02:00
{
"semantics" : [
{
"widgets" : [
{
2017-07-28 21:56:17 +02:00
"label" : "Predeterminado"
2017-06-23 14:16:40 +02:00
}
] ,
2017-07-28 21:56:17 +02:00
"label" : "Tarjetas" ,
2017-06-23 14:16:40 +02:00
"entity" : "card" ,
"field" : {
2017-07-28 21:56:17 +02:00
"label" : "Tarjeta" ,
2017-06-23 14:16:40 +02:00
"fields" : [
{
2017-07-28 21:56:17 +02:00
"label" : "Imagen"
2017-06-23 14:16:40 +02:00
} ,
{
2017-07-28 22:10:30 +02:00
"label" : "Imagen coincidente" ,
"description" : "Una imagen opcional para emparejar, en vez de usar dos tarjetas con la misma imagen."
2017-06-23 14:16:40 +02:00
} ,
{
2017-07-28 22:10:30 +02:00
"label" : "Descripción" ,
2017-07-28 22:20:37 +02:00
"description" : "Un breve texto opcional que aparecerá una vez se encuentren las dos cartas coincidentes."
2017-06-23 14:16:40 +02:00
}
]
}
} ,
{
2017-07-28 22:20:37 +02:00
"label" : "Ajustes de comportamiento" ,
"description" : "Estas opciones te permitirán controlar cómo se comporta el juego." ,
2017-06-23 14:16:40 +02:00
"fields" : [
{
2017-07-28 22:20:37 +02:00
"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."
2017-06-23 14:16:40 +02:00
} ,
{
2017-07-28 22:20:37 +02:00
"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."
2017-06-23 14:16:40 +02:00
} ,
{
"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." ,
2017-07-28 16:23:47 +02:00
"default" : "#909090" ,
2017-06-23 14:16:40 +02:00
"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"
}
]
}
]
}