peej/tripel: correct layout data (#21145)

Corrects the layout data for all three versions of the Peej Tripel.
This commit is contained in:
James Young 2023-06-06 14:54:31 -07:00 committed by GitHub
parent 45d060805e
commit bb57aa28e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@
{"matrix": [5, 7], "x": 1, "y": 4}, {"matrix": [5, 7], "x": 1, "y": 4},
{"matrix": [4, 6], "x": 2, "y": 4}, {"matrix": [4, 6], "x": 2, "y": 4},
{"matrix": [4, 7], "x": 3, "y": 4}, {"matrix": [4, 7], "x": 3, "y": 4},
{"matrix": [7, 6], "x": 7, "y": 4, "w": 7}, {"matrix": [7, 6], "x": 4, "y": 4, "w": 7},
{"matrix": [2, 7], "x": 11, "y": 4}, {"matrix": [2, 7], "x": 11, "y": 4},
{"matrix": [1, 6], "x": 12, "y": 4}, {"matrix": [1, 6], "x": 12, "y": 4},
{"matrix": [1, 7], "x": 13, "y": 4}, {"matrix": [1, 7], "x": 13, "y": 4},

View File

@ -70,7 +70,7 @@
{"matrix": [2, 7], "x": 1, "y": 4}, {"matrix": [2, 7], "x": 1, "y": 4},
{"matrix": [1, 6], "x": 2, "y": 4}, {"matrix": [1, 6], "x": 2, "y": 4},
{"matrix": [1, 7], "x": 3, "y": 4}, {"matrix": [1, 7], "x": 3, "y": 4},
{"matrix": [4, 6], "x": 7, "y": 4, "w": 7}, {"matrix": [4, 6], "x": 4, "y": 4, "w": 7},
{"matrix": [8, 7], "x": 11, "y": 4}, {"matrix": [8, 7], "x": 11, "y": 4},
{"matrix": [7, 6], "x": 12, "y": 4}, {"matrix": [7, 6], "x": 12, "y": 4},
{"matrix": [7, 7], "x": 13, "y": 4}, {"matrix": [7, 7], "x": 13, "y": 4},

View File

@ -70,7 +70,7 @@
{"matrix": [8, 7], "x": 1, "y": 4}, {"matrix": [8, 7], "x": 1, "y": 4},
{"matrix": [7, 6], "x": 2, "y": 4}, {"matrix": [7, 6], "x": 2, "y": 4},
{"matrix": [7, 7], "x": 3, "y": 4}, {"matrix": [7, 7], "x": 3, "y": 4},
{"matrix": [1, 6], "x": 7, "y": 4, "w": 7}, {"matrix": [1, 6], "x": 4, "y": 4, "w": 7},
{"matrix": [5, 7], "x": 11, "y": 4}, {"matrix": [5, 7], "x": 11, "y": 4},
{"matrix": [4, 6], "x": 12, "y": 4}, {"matrix": [4, 6], "x": 12, "y": 4},
{"matrix": [4, 7], "x": 13, "y": 4}, {"matrix": [4, 7], "x": 13, "y": 4},