Move single LAYOUTs to data driven (#20365)

This commit is contained in:
Ryan
2023-04-12 13:42:51 +10:00
committed by GitHub
parent 941e159a28
commit 5bd68e3695
1443 changed files with 45214 additions and 59923 deletions

View File

@@ -21,27 +21,27 @@
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0.375},
{"x": 1, "y": 0.125},
{"x": 2, "y": 0},
{"x": 3, "y": 0.125},
{"x": 4, "y": 0.25},
{"matrix": [0, 0], "x": 0, "y": 0.375},
{"matrix": [1, 0], "x": 1, "y": 0.125},
{"matrix": [2, 0], "x": 2, "y": 0},
{"matrix": [3, 0], "x": 3, "y": 0.125},
{"matrix": [4, 0], "x": 4, "y": 0.25},
{"x": 0, "y": 1.375},
{"x": 1, "y": 1.125},
{"x": 2, "y": 1},
{"x": 3, "y": 1.125},
{"x": 4, "y": 1.25},
{"matrix": [0, 1], "x": 0, "y": 1.375},
{"matrix": [1, 1], "x": 1, "y": 1.125},
{"matrix": [2, 1], "x": 2, "y": 1},
{"matrix": [3, 1], "x": 3, "y": 1.125},
{"matrix": [4, 1], "x": 4, "y": 1.25},
{"x": 0, "y": 2.375},
{"x": 1, "y": 2.125},
{"x": 2, "y": 2},
{"x": 3, "y": 2.125},
{"x": 4, "y": 2.25},
{"matrix": [0, 2], "x": 0, "y": 2.375},
{"matrix": [1, 2], "x": 1, "y": 2.125},
{"matrix": [2, 2], "x": 2, "y": 2},
{"matrix": [3, 2], "x": 3, "y": 2.125},
{"matrix": [4, 2], "x": 4, "y": 2.25},
{"x": 3.4, "y": 3.25},
{"x": 4.4, "y": 3.55},
{"x": 5.4, "y": 3.85}
{"matrix": [0, 3], "x": 3.4, "y": 3.25},
{"matrix": [1, 3], "x": 4.4, "y": 3.55},
{"matrix": [2, 3], "x": 5.4, "y": 3.85}
]
}
}