Skip to content

Commit

Permalink
Fix cloth materials
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Oct 27, 2024
1 parent 06656eb commit a623ffa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"type": "tri_color",
"type": "multicolor",
"parameters": {
"bright": "9F1B26",
"mid": "84161F",
"dark": "73131B",
"midthreshold": 190,
"darkthreshold": 100
"dark": "73131B"
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"type": "tri_color",
"type": "multicolor",
"parameters": {
"bright": "27B8DB",
"mid": "219EBC",
"dark": "1C859F",
"midthreshold": 190,
"darkthreshold": 100
"dark": "1C859F"
}
}

0 comments on commit a623ffa

Please sign in to comment.