Add: hint particle effect

This commit is contained in:
2019-05-11 22:02:43 +09:00
parent 6603a1313a
commit 6fa624a99f
7 changed files with 124 additions and 115 deletions
-2
View File
@@ -120,11 +120,9 @@ var Result = {
}
if(this.isHighestRecordPreferApp()) {
console.log("highest record prefer");
if(prevRecord > appHighestRecord)
this.showHighestRecordEffect(prevRecord);
} else {
console.log("lowest record prefer");
if(appHighestRecord == 0)
this.showHighestRecordEffect(prevRecord);
else if(prevRecord < appHighestRecord)