Remove "w":1 and "h":1 from info.json (#19961)

This commit is contained in:
Ryan
2023-03-01 02:06:11 +11:00
committed by GitHub
parent bfeccf3172
commit 7a8265247b
95 changed files with 5465 additions and 5525 deletions

View File

@@ -26,16 +26,16 @@
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0, "w": 1, "matrix": [0, 0]},
{"x": 1, "y": 0, "w": 1, "matrix": [0, 1]},
{"x": 0, "y": 1, "w": 1, "matrix": [1, 0]},
{"x": 1, "y": 1, "w": 1, "matrix": [1, 1]},
{"x": 1, "y": 2, "w": 1, "matrix": [2, 1]},
{"x": 1.25, "y": 3, "w": 1, "matrix": [3, 0]},
{"x": 2.25, "y": 3, "w": 1, "matrix": [3, 1]},
{"x": 2, "y": 4, "w": 1, "matrix": [4, 0]},
{"x": 3, "y": 4, "w": 1, "matrix": [4, 1]},
{"x": 3.75, "y": 5, "w": 1, "matrix": [5, 1]}
{"x": 0, "y": 0, "matrix": [0, 0]},
{"x": 1, "y": 0, "matrix": [0, 1]},
{"x": 0, "y": 1, "matrix": [1, 0]},
{"x": 1, "y": 1, "matrix": [1, 1]},
{"x": 1, "y": 2, "matrix": [2, 1]},
{"x": 1.25, "y": 3, "matrix": [3, 0]},
{"x": 2.25, "y": 3, "matrix": [3, 1]},
{"x": 2, "y": 4, "matrix": [4, 0]},
{"x": 3, "y": 4, "matrix": [4, 1]},
{"x": 3.75, "y": 5, "matrix": [5, 1]}
]
}
}