Skip to content

Commit

Permalink
[twisty] Fix PG3D colors for oriented pieces.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Oct 16, 2024
1 parent 1404bbb commit 3c06c27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cubing/twisty/views/3D/puzzles/PG3D.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,11 @@ class StickerDef {
break;
}
case "oriented": {
c = 0xff88ff;
c = 0x44ddcc;
break;
}
case "experimentalOriented2": {
c = 0xfffdaa;
break;
}
case "ignored": {
Expand Down

0 comments on commit 3c06c27

Please sign in to comment.