Fixed Matrix

This commit is contained in:
Patrick Mathern 2024-10-30 19:38:21 -04:00
parent c07e6a4645
commit 7e06bc8136

View File

@ -30,7 +30,7 @@
"layout": [ "layout": [
{"matrix": [0, 0], "x": 0, "y": 0}, {"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 3], "x": 1, "y": 0}, {"matrix": [0, 3], "x": 3, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1}, {"matrix": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1, "y": 1}, {"matrix": [1, 1], "x": 1, "y": 1},