From 3bb5386aff0063e6aa69302c89f0787e68e66390 Mon Sep 17 00:00:00 2001 From: Judah Date: Wed, 1 Apr 2026 19:50:09 -0600 Subject: [PATCH] . --- .gitignore | 3 ++- Game.json | 60 ++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 40 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 17e2744..4d3fc2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -*lock* \ No newline at end of file +*lock* +*.tmp \ No newline at end of file diff --git a/Game.json b/Game.json index 217a9a6..e7439a3 100644 --- a/Game.json +++ b/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 } ] },