Add: hint particle effect
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user