Skip to content

Commit 3b6d12c

Browse files
committed
nuriloop: Change cell marks to bgcolors
1 parent 11fd70c commit 3b6d12c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/variety/nuriloop.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use: true,
1010
inputModes: {
1111
edit: ["number", "clear", "info-line"],
12-
play: ["line", "peke", "subcircle", "subcross", "info-line"]
12+
play: ["line", "peke", "bgcolor", "bgcolor1", "bgcolor2", "info-line"]
1313
},
1414
autoedit_func: "qnum",
1515
autoplay_func: "lineMB"
@@ -52,6 +52,7 @@
5252
irowake: true,
5353
gridcolor_type: "LIGHT",
5454
numbercolor_func: "qnum",
55+
bgcellcolor_func: "qsub2",
5556
qanscolor: "black",
5657

5758
paint: function() {
@@ -60,7 +61,6 @@
6061

6162
this.drawQuesNumbers();
6263

63-
this.drawMBs();
6464
this.drawLines();
6565
this.drawPekes();
6666

0 commit comments

Comments
 (0)