Skip to content

Commit 70a17e0

Browse files
committed
kusabi, mintonette: Add line coloring
1 parent a134d23 commit 70a17e0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/variety/firefly.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
Graphic: {
7979
hideHatena: true,
8080

81+
irowake: true,
82+
8183
gridcolor_type: "LIGHT",
8284

8385
numbercolor_func: "fixed",
@@ -108,8 +110,6 @@
108110
},
109111

110112
"Graphic@firefly": {
111-
irowake: true,
112-
113113
drawFireflyDots: function() {
114114
var g = this.vinc("cell_firefly", "auto");
115115

src/variety/kusabi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
//---------------------------------------------------------
4242
// 画像表示系
4343
Graphic: {
44+
irowake: true,
4445
hideHatena: true,
4546

4647
gridcolor_type: "LIGHT",

0 commit comments

Comments
 (0)