subway stations

subway
  2 new subway stations
  more visible button graphics on subway

new constraints
  no health bars
  no pause while choosing

tech: coherence - past choices are added to all future tech
  requires decoherence
  research and cancel buttons have a sticky scroll positioning
eternalism: you can't pause while choosing, but you can otherwise pause now
  1.25->1.3 damage

bugs
  MIRV missiles now interact with time dilation properly
This commit is contained in:
landgreen
2024-08-31 08:28:05 -07:00
parent 220a6b4c15
commit ebd22741d4
10 changed files with 557 additions and 161 deletions

View File

@@ -434,6 +434,15 @@ summary {
line-height: 160%;
/* background-color: var(--card-color); */
font-size: 1em;
position: sticky;
top: 0px;
z-index: 10;
}
.sticky {
position: sticky;
top: 0px;
z-index: 10;
}
/* keeps 5 columns at 1440px */