add Secrets information
This commit is contained in:
parent
d0fbbcc95d
commit
9375b35bd5
5 changed files with 29 additions and 1 deletions
|
|
@ -227,6 +227,16 @@
|
|||
|
||||
<div style="margin-bottom: 20px;"></div>
|
||||
|
||||
<h6>
|
||||
Secrets!
|
||||
</h6>
|
||||
|
||||
<p class="smalltext">
|
||||
Did you know? You can press <b>Ctrl + Shift + I</b> and choose the <b>Console Tab</b> to view some extra secret data not currently shown in the tool. (after loading any save file)
|
||||
</p>
|
||||
|
||||
<div style="margin-bottom: 20px;"></div>
|
||||
|
||||
<h6 class="hall-of-fame">
|
||||
Tool supporters Hall of Fame
|
||||
</h6>
|
||||
|
|
|
|||
|
|
@ -230,6 +230,10 @@ h6 {
|
|||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
margin: 0.6rem 0;
|
||||
color: rgba(231, 251, 255, 0.6);
|
||||
}
|
||||
|
||||
.hall-of-fame {
|
||||
color: rgba(0, 255, 220, 0.6);
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -123,6 +123,10 @@ h6 {
|
|||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
margin: 0.6rem 0;
|
||||
color: rgba(231, 251, 255, 0.6);
|
||||
}
|
||||
|
||||
.hall-of-fame {
|
||||
color: rgba(0, 255, 220, 0.6);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -112,6 +112,16 @@
|
|||
|
||||
<div style="margin-bottom: 20px;"></div>
|
||||
|
||||
<h6>
|
||||
Secrets!
|
||||
</h6>
|
||||
|
||||
<p class="smalltext">
|
||||
Did you know? You can press <b>Ctrl + Shift + I</b> and choose the <b>Console Tab</b> to view some extra secret data not currently shown in the tool. (after loading any save file)
|
||||
</p>
|
||||
|
||||
<div style="margin-bottom: 20px;"></div>
|
||||
|
||||
<h6 class="hall-of-fame">
|
||||
Tool supporters Hall of Fame
|
||||
</h6>
|
||||
|
|
|
|||
Loading…
Reference in a new issue