This commit is contained in:
Judah 2026-04-01 19:50:09 -06:00
parent 06a298678d
commit 3bb5386aff
2 changed files with 40 additions and 23 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.DS_Store .DS_Store
*lock* *lock*
*.tmp

View file

@ -73,8 +73,12 @@
"Passive" "Passive"
], ],
"layout": { "layout": {
"direction": "column",
"isSymetricalForOpponents": true,
"content": [
{
"direction": "row", "direction": "row",
"isSymetricalForOpponents": false, "style": false,
"content": [ "content": [
{ {
"section": "Red", "section": "Red",
@ -93,14 +97,26 @@
"style": { "style": {
"color": "#78BEF8" "color": "#78BEF8"
} }
}
],
"isSymetricalForOpponents": false
}, },
{
"direction": "column",
"style": {
"width": "25vh",
"margin": "0 auto"
},
"content": [
{ {
"section": "Passive", "section": "Passive",
"style": { "style": {
"color": "#B8B8B8", "color": "#B8B8B8"
"width": "50%"
} }
} }
],
"isSymetricalForOpponents": false
}
] ]
}, },
"categoriesAlreadyOnBoard": [ "categoriesAlreadyOnBoard": [