mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 15:40:16 +00:00
Adjust singularity milestone layout for 30 milestones instead of 28
This commit is contained in:
parent
94427de31c
commit
82ccb38fdf
@ -222,7 +222,7 @@ GameDatabase.celestials.singularityMilestones = {
|
||||
start: 5e11,
|
||||
repeat: 0,
|
||||
limit: 1,
|
||||
description: "Annihilation multiplier generates 4th Dark Matter Dimensions when Annihilation is available",
|
||||
description: "Annihilation mult. generates 4th DMD when Annihilation is available",
|
||||
effect: () => Laitela.darkMatterMult,
|
||||
effectFormat: x => `${format(x, 2, 1)}/s`,
|
||||
upgradeDirection: LAITELA_UPGRADE_DIRECTION.SELF_BOOST,
|
||||
|
@ -8104,7 +8104,7 @@ kbd {
|
||||
.c-dark-matter-dimension-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 50rem;
|
||||
width: 51rem;
|
||||
height: 15rem;
|
||||
color: var(--color-laitela--accent);
|
||||
background: var(--color-laitela--base);
|
||||
@ -8217,7 +8217,7 @@ kbd {
|
||||
.c-laitela-milestone {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 22rem;
|
||||
width: 21rem;
|
||||
height: 16%;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
@ -8268,9 +8268,9 @@ kbd {
|
||||
|
||||
.c-laitela-milestone--completed {
|
||||
width: 18.8rem;
|
||||
height: 21.8rem;
|
||||
height: 20.8rem;
|
||||
top: -1.5rem;
|
||||
left: 1.5rem;
|
||||
left: 1rem;
|
||||
background-color: transparent;
|
||||
background-image: url("../images/laitela-icon.svg");
|
||||
background-position: center;
|
||||
@ -8367,7 +8367,7 @@ kbd {
|
||||
.l-singularity-milestone-modal-container-inner {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 93rem;
|
||||
width: 111rem;
|
||||
height: 120rem;
|
||||
justify-content: space-evenly;
|
||||
padding-bottom: 2rem;
|
||||
@ -8384,12 +8384,12 @@ kbd {
|
||||
left: -0.5rem;
|
||||
border: 0.1rem solid var(--color-laitela--accent);
|
||||
border-radius: var(--var-border-radius, 0.6rem);
|
||||
margin-top: 0.5rem;
|
||||
margin: 1rem 0 0 1rem;
|
||||
padding: 1rem 0.5rem;
|
||||
}
|
||||
|
||||
.c-singularity-milestone-modal-sort-button {
|
||||
width: 22rem;
|
||||
width: 26.5rem;
|
||||
height: 6rem;
|
||||
font-family: Typewriter, serif;
|
||||
font-size: 1.3rem;
|
||||
@ -8409,7 +8409,7 @@ kbd {
|
||||
}
|
||||
|
||||
.o-laitela-singularity-modal-button {
|
||||
width: 22rem;
|
||||
width: 21rem;
|
||||
height: 4%;
|
||||
font-weight: bold;
|
||||
color: var(--color-laitela--accent);
|
||||
|
Loading…
Reference in New Issue
Block a user