.
This commit is contained in:
parent
06a298678d
commit
3bb5386aff
2 changed files with 40 additions and 23 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
.DS_Store
|
||||
*lock*
|
||||
*lock*
|
||||
*.tmp
|
||||
60
Game.json
60
Game.json
|
|
@ -73,33 +73,49 @@
|
|||
"Passive"
|
||||
],
|
||||
"layout": {
|
||||
"direction": "row",
|
||||
"isSymetricalForOpponents": false,
|
||||
"direction": "column",
|
||||
"isSymetricalForOpponents": true,
|
||||
"content": [
|
||||
{
|
||||
"section": "Red",
|
||||
"style": {
|
||||
"color": "#F8788F"
|
||||
}
|
||||
"direction": "row",
|
||||
"style": false,
|
||||
"content": [
|
||||
{
|
||||
"section": "Red",
|
||||
"style": {
|
||||
"color": "#F8788F"
|
||||
}
|
||||
},
|
||||
{
|
||||
"section": "Green",
|
||||
"style": {
|
||||
"color": "#78F8B2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"section": "Blue",
|
||||
"style": {
|
||||
"color": "#78BEF8"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isSymetricalForOpponents": false
|
||||
},
|
||||
{
|
||||
"section": "Green",
|
||||
"direction": "column",
|
||||
"style": {
|
||||
"color": "#78F8B2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"section": "Blue",
|
||||
"style": {
|
||||
"color": "#78BEF8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"section": "Passive",
|
||||
"style": {
|
||||
"color": "#B8B8B8",
|
||||
"width": "50%"
|
||||
}
|
||||
"width": "25vh",
|
||||
"margin": "0 auto"
|
||||
},
|
||||
"content": [
|
||||
{
|
||||
"section": "Passive",
|
||||
"style": {
|
||||
"color": "#B8B8B8"
|
||||
}
|
||||
}
|
||||
],
|
||||
"isSymetricalForOpponents": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue