Skip to content

Commit 6732bb0

Browse files
committed
Add background, fix error colors
1 parent d2c45ae commit 6732bb0

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

src-ui/img/edamame.png

119 Bytes
Loading

src-ui/js/ui/Misc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ function toBGimage(pid) {
143143
"dotchi2",
144144
"doubleback",
145145
"easyasabc",
146+
"edamame",
146147
"energywalk",
147148
"evolmino",
148149
"fakearrow",

src/variety/kaidan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@
861861

862862
var isTrial = !!cell.trial;
863863
for (var dir in cell.adjborder) {
864-
if (cell.adjborder[dir].error) {
864+
if (cell.adjborder[dir].error > 0) {
865865
return this.errbcolor1;
866866
}
867867
if (cell.adjborder[dir].trial) {

0 commit comments

Comments
 (0)