Improve behavior option description
parent
83c278a071
commit
d11a8cf6b4
|
@ -29,8 +29,10 @@
|
||||||
"description": "These options will let you control how the game behaves.",
|
"description": "These options will let you control how the game behaves.",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"englishLabel": "Put the cards in a grid layout",
|
"englishLabel": "Position the cards in a square",
|
||||||
"label": "Put the cards in a grid layout"
|
"label": "Position the cards in a square",
|
||||||
|
"englishDescription": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
|
||||||
|
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"englishLabel": "Number of cards to use",
|
"englishLabel": "Number of cards to use",
|
||||||
|
|
|
@ -29,8 +29,10 @@
|
||||||
"description": "These options will let you control how the game behaves.",
|
"description": "These options will let you control how the game behaves.",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"englishLabel": "Put the cards in a grid layout",
|
"englishLabel": "Position the cards in a square",
|
||||||
"label": "Put the cards in a grid layout"
|
"label": "Position the cards in a square",
|
||||||
|
"englishDescription": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
|
||||||
|
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"englishLabel": "Number of cards to use",
|
"englishLabel": "Number of cards to use",
|
||||||
|
|
|
@ -29,8 +29,10 @@
|
||||||
"description": "These options will let you control how the game behaves.",
|
"description": "These options will let you control how the game behaves.",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"englishLabel": "Put the cards in a grid layout",
|
"englishLabel": "Position the cards in a square",
|
||||||
"label": "Put the cards in a grid layout"
|
"label": "Position the cards in a square",
|
||||||
|
"englishDescription": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
|
||||||
|
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"englishLabel": "Number of cards to use",
|
"englishLabel": "Number of cards to use",
|
||||||
|
|
|
@ -29,8 +29,10 @@
|
||||||
"description": "These options will let you control how the game behaves.",
|
"description": "These options will let you control how the game behaves.",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"englishLabel": "Put the cards in a grid layout",
|
"englishLabel": "Position the cards in a square",
|
||||||
"label": "Put the cards in a grid layout"
|
"label": "Position the cards in a square",
|
||||||
|
"englishDescription": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
|
||||||
|
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"englishLabel": "Number of cards to use",
|
"englishLabel": "Number of cards to use",
|
||||||
|
|
|
@ -35,8 +35,10 @@
|
||||||
"description": "Disse instillingene lar deg bestemme hvordan spillet skal oppføre seg.",
|
"description": "Disse instillingene lar deg bestemme hvordan spillet skal oppføre seg.",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"englishLabel": "Put the cards in a grid layout",
|
"englishLabel": "Position the cards in a square",
|
||||||
"label": "Putt kortene i et rutenett"
|
"label": "Plasser kortene i en firkant",
|
||||||
|
"englishDescription": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
|
||||||
|
"description": "Vil forsøk å samsvare antall kolonner og rader når kortene legges ut. Etterpå vil kortene bli skalert til å passe beholderen."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"englishLabel": "Number of cards to use",
|
"englishLabel": "Number of cards to use",
|
||||||
|
|
|
@ -52,7 +52,8 @@
|
||||||
{
|
{
|
||||||
"name": "useGrid",
|
"name": "useGrid",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Put the cards in a grid layout",
|
"label": "Position the cards in a square",
|
||||||
|
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
|
||||||
"importance": "low",
|
"importance": "low",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue