mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-21 19:42:17 +00:00
Fix AMOLED bugs
- Missing description from theme news ticker - Credits now no longer show up with white background
This commit is contained in:
parent
2f9a8d9aea
commit
dc55bd9fb1
@ -71,6 +71,7 @@ export default {
|
||||
}
|
||||
|
||||
.t-dark .c-credits-header,
|
||||
.t-amoled .c-credits-header,
|
||||
.t-s6 .c-credits-header,
|
||||
.t-s10 .c-credits-header {
|
||||
animation: a-credits-header--glow 25s infinite;
|
||||
@ -98,7 +99,8 @@ export default {
|
||||
100% { color: #fbc21b; }
|
||||
}
|
||||
|
||||
.t-dark-metro .c-credits-header {
|
||||
.t-dark-metro .c-credits-header,
|
||||
.t-amoled-metro .c-credits-header {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
|
@ -43,6 +43,8 @@ export default {
|
||||
|
||||
.t-inverted .c-background-overlay,
|
||||
.t-inverted-metro .c-background-overlay,
|
||||
.t-amoled .c-background-overlay,
|
||||
.t-amoled-metro .c-background-overlay,
|
||||
.t-s11 .c-background-overlay {
|
||||
background-color: black;
|
||||
}
|
||||
|
@ -1416,8 +1416,13 @@ GameDatabase.news = [
|
||||
Inverted:
|
||||
`it gives you these transcendently beautiful color combinations that you would normally never
|
||||
see in a typical dark theme.`,
|
||||
InvertedMetro: `it gives off this very stern vibe, with these highly contrasting colors clashing with a
|
||||
InvertedMetro:
|
||||
`it gives off this very stern vibe, with these highly contrasting colors clashing with a
|
||||
professional modern sort of design.`,
|
||||
AMOLED: "it saves 10% more energy compared to using light theme. Doesn't everyone love saving energy?",
|
||||
AMOLEDMetro:
|
||||
`it has a nice look to it that resembles the control panel of a sci-fi spaceship. ...No, you can't
|
||||
actually fly a spceship, unfortunately.`,
|
||||
S1: "it really gets me in the holiday spirit. I can just feel the magic in the air!",
|
||||
S2: "it makes me proud to be Finnish, and proud to celebrate all that we have accomplished as a people.",
|
||||
S3: "it's a beautiful analogue for life, in that it's ever changing and never quite right.",
|
||||
|
Loading…
Reference in New Issue
Block a user