Skip to content

Commit

Permalink
Fix layout for 268 (#4)
Browse files Browse the repository at this point in the history
* Fix layout for 268

* Create .nvmrc
  • Loading branch information
olivia authored Oct 30, 2019
1 parent 777005c commit 382dec4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 53 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v12.13.0
82 changes: 29 additions & 53 deletions src/noxary/268_2/noxary_268.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,30 @@
"layouts": {
"all": [
[
{"c": "#d4c266", "a": 7},
{"c": "#DEBFB3", "t": "#363636"},
"0,0",
{"x": 0.5, "c": "#cccccc"},
{"c": "#ebebeb"},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
{"x": 0.25, "c": "#09b084"},
"0,6",
"0,7",
"0,8",
"0,9",
{"x": 0.25, "c": "#cccccc"},
"0,10",
"0,11",
"0,12",
"0,13"
{"c": "#363636", "t": "#DEBFB3"},
"0,13",
"0,14",
"0,15"
],
[
{"y": 0.25, "c": "#09b084"},
{"w": 1.5},
"1,0",
{"c": "#cccccc"},
{"c": "#ebebeb", "t": "#363636"},
"1,1",
"1,2",
"1,3",
Expand All @@ -40,16 +42,14 @@
"1,10",
"1,11",
"1,12",
{"c": "#09b084"},
"1,13",
{"c": "#363636", "t": "#DEBFB3", "w": 1.5},
"1,14",
{"x": 0.5},
"1,15"
],
[
{"w": 1.5},
{"w": 1.75},
"2,0",
{"c": "#cccccc"},
{"c": "#ebebeb", "t": "#363636"},
"2,1",
"2,2",
"2,3",
Expand All @@ -61,17 +61,14 @@
"2,9",
"2,10",
"2,11",
"2,12",
{"c": "#09b084", "w": 1.5},
"2,13",
{"x": 0.5},
{"c": "#363636", "t": "#DEBFB3", "w": 2.25},
"2,14",
"2,15"
],
[
{"w": 1.75},
{"w": 2.25},
"3,0",
{"c": "#cccccc"},
"3,1",
{"c": "#ebebeb", "t": "#363636"},
"3,2",
"3,3",
"3,4",
Expand All @@ -82,52 +79,31 @@
"3,9",
"3,10",
"3,11",
{"c": "#363636", "t": "#DEBFB3", "w": 1.75},
"3,12",
{"c": "#d4c266", "w": 1.25},
"3,13",
{"x": 0.5, "c": "#09b084"},
{"c": "#DEBFB3", "t": "#363636"},
"3,14",
{"c": "#363636", "t": "#DEBFB3"},
"3,15"
],
[
{"w": 1.25},
"4,0",
{"c": "#cccccc"},
{"w": 1.25},
"4,1",
{"w": 1.25},
"4,2",
"4,3",
"4,4",
"4,5",
{"c": "#DEBFB3", "t": "#363636", "a": 7, "w": 6.25},
"4,6",
"4,7",
"4,8",
{"c": "#363636", "t": "#DEBFB3", "a": 4, "w": 1.25},
"4,9",
{"w": 1.25},
"4,10",
"4,11",
{"c": "#09b084", "w": 1.75},
{"x": 0.5, "c": "#DEBFB3", "t": "#363636"},
"4,12",
{"x": 1.5},
"4,13"
],
[{"y": -0.75, "x": 14.25, "c": "#d4c266"}, "4,15"],
[
{"y": -0.25, "c": "#09b084", "w": 1.25},
"5,0",
{"w": 1.25},
"5,1",
{"w": 1.25},
"5,2",
{"c": "#cccccc", "w": 2.25},
"5,3",
{"w": 1.25},
"5,5",
{"w": 2.75},
"5,7",
{"c": "#09b084"},
"5,9",
"5,10",
"5,11"
],
[{"y": -0.75, "x": 13.25, "c": "#d4c266"}, "5,12", "5,13", "5,15"]
"4,14",
"4,15"
]
]
}
}

0 comments on commit 382dec4

Please sign in to comment.