Skip to content

Commit

Permalink
add modifier colors
Browse files Browse the repository at this point in the history
  • Loading branch information
chillKB committed Jan 1, 2025
1 parent 8d74bf9 commit 88165e9
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions v3/chill/ghoul/ghoul.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,38 +20,46 @@
],
"keymap": [
[
{
"c": "#aaaaaa"
},
"0,0",
{
"x": 1
"x": 1,
"c": "#cccccc"
},
"0,2",
"0,3",
"0,4",
"0,5",
{
"x": 0.5
"x": 0.5,
"c": "#aaaaaa"
},
"0,6",
"0,7",
"0,8",
"0,9",
{
"x": 0.5
"x": 0.5,
"c": "#cccccc"
},
"0,10",
"0,11",
"0,12",
"0,13",
{
"x": 0.25
"x": 0.25,
"c": "#aaaaaa"
},
"0,14",
"0,15",
"0,16"
],
[
{
"y": 0.5
"y": 0.5,
"c": "#cccccc"
},
"1,0",
"1,1",
Expand All @@ -67,6 +75,7 @@
"1,11",
"1,12",
{
"c": "#aaaaaa",
"w": 2
},
"1,13\n\n\n0,0",
Expand All @@ -77,16 +86,21 @@
"1,15",
"1,16",
{
"x": 1
"x": 1,
"c": "#cccccc"
},
"1,13\n\n\n0,1",
"3,13\n\n\n0,1"
],
[
{
"c": "#aaaaaa",
"w": 1.5
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
"2,2",
"2,3",
Expand All @@ -104,7 +118,8 @@
},
"2,13",
{
"x": 0.25
"x": 0.25,
"c": "#aaaaaa"
},
"2,14",
"2,15",
Expand All @@ -115,6 +130,9 @@
"w": 1.75
},
"3,0",
{
"c": "#cccccc"
},
"3,1",
"3,2",
"3,3",
Expand All @@ -127,6 +145,7 @@
"3,10",
"3,11",
{
"c": "#aaaaaa",
"w": 2.25
},
"3,12"
Expand All @@ -136,6 +155,9 @@
"w": 2.25
},
"4,0",
{
"c": "#cccccc"
},
"4,2",
"4,3",
"4,4",
Expand All @@ -147,6 +169,7 @@
"4,10",
"4,11",
{
"c": "#aaaaaa",
"w": 2.75
},
"4,12\n\n\n1,0",
Expand Down Expand Up @@ -175,10 +198,12 @@
},
"5,2\n\n\n2,0",
{
"c": "#cccccc",
"w": 6.25
},
"5,6\n\n\n2,0",
{
"c": "#aaaaaa",
"w": 1.25
},
"5,10\n\n\n2,0",
Expand Down Expand Up @@ -213,10 +238,12 @@
},
"5,2\n\n\n2,1",
{
"c": "#cccccc",
"w": 7
},
"5,6\n\n\n2,1",
{
"c": "#aaaaaa",
"w": 1.5
},
"5,11\n\n\n2,1",
Expand Down

0 comments on commit 88165e9

Please sign in to comment.