Remove trailing zeroes in info.json layouts (#20156)

This commit is contained in:
Ryan
2023-03-18 01:21:53 +11:00
committed by GitHub
parent faf17aad90
commit d8aec71e48
71 changed files with 1744 additions and 1744 deletions

View File

@@ -61,9 +61,9 @@
{"x":2.25, "y":3, "matrix": [3, 2]},
{"x":3.25, "y":3, "w":2.25, "matrix": [3, 3]},
{"x":5.5, "y":3, "w":2.75, "matrix": [3, 6]},
{"x":9.0, "y":3, "matrix": [3, 8]},
{"x":10.0, "y":3, "matrix": [3, 9]},
{"x":11.0, "y":3, "w":1.25, "matrix": [3, 11]}
{"x":9, "y":3, "matrix": [3, 8]},
{"x":10, "y":3, "matrix": [3, 9]},
{"x":11, "y":3, "w":1.25, "matrix": [3, 11]}
]
}
}