We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e055c0 commit f5faea9Copy full SHA for f5faea9
src/games/pigs2.ts
@@ -694,19 +694,22 @@ export class Pigs2Game extends GameBaseSimultaneous {
694
for (const [g, u] of glyph2unicode.entries()) {
695
legend[g] = {
696
text: u,
697
- colour: "_context_labels"
+ colour: "_context_labels",
698
+ rotate: null,
699
};
700
}
701
// rotation annotation glyphs
702
legend.nCW = {
703
text: "\u21b7",
704
colour: "_context_annotations",
705
scale: 0.5,
706
+ orientation: "vertical",
707
708
legend.nCCW = {
709
text: "\u21b6",
710
711
712
713
714
715
// build pieces areas
0 commit comments