horizontal line after save version
This commit is contained in:
parent
d675c051be
commit
40a434d869
3 changed files with 6 additions and 3 deletions
|
|
@ -5083,6 +5083,7 @@ function GenerateInnerHTML(db) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "health":
|
case "health":
|
||||||
|
textFill += FLEUR_DIVIDE;
|
||||||
obj.div = divFlex;
|
obj.div = divFlex;
|
||||||
obj.span = ["", ""];
|
obj.span = ["", ""];
|
||||||
entries[entry].permadeathMode ? Img = maskSteel : Img = maskNormal;
|
entries[entry].permadeathMode ? Img = maskSteel : Img = maskNormal;
|
||||||
|
|
@ -5252,7 +5253,6 @@ function GenerateInnerHTML(db) {
|
||||||
/* ##################### Horizontal lines ####################### */
|
/* ##################### Horizontal lines ####################### */
|
||||||
|
|
||||||
switch (_entry) {
|
switch (_entry) {
|
||||||
case "saveVersion":
|
|
||||||
case "pantheonKnight":
|
case "pantheonKnight":
|
||||||
case "killedHollowKnightPrime":
|
case "killedHollowKnightPrime":
|
||||||
case "bossDoorStateTier5":
|
case "bossDoorStateTier5":
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -217,6 +217,10 @@ function GenerateInnerHTML(db) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "health":
|
case "health":
|
||||||
|
|
||||||
|
/* ----------------- Horizontal Line after save version ---------------- */
|
||||||
|
textFill += FLEUR_DIVIDE;
|
||||||
|
|
||||||
obj.div = divFlex;
|
obj.div = divFlex;
|
||||||
obj.span = ["", ""];
|
obj.span = ["", ""];
|
||||||
|
|
||||||
|
|
@ -398,7 +402,6 @@ function GenerateInnerHTML(db) {
|
||||||
/* ##################### Horizontal lines ####################### */
|
/* ##################### Horizontal lines ####################### */
|
||||||
|
|
||||||
switch (entry) {
|
switch (entry) {
|
||||||
case "saveVersion":
|
|
||||||
case "pantheonKnight":
|
case "pantheonKnight":
|
||||||
case "killedHollowKnightPrime":
|
case "killedHollowKnightPrime":
|
||||||
case "bossDoorStateTier5":
|
case "bossDoorStateTier5":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue