Kaikki raportit
Terraforming Mars raportit
#161906: "On Amazonis Planitia, hovering over the "Geologist" milestone should highlight relevant tiles."
Mitä tämä raportti koskee?
Mitä tapahtui? Valitse alta
Ehdotus: Mielestäni seuraava seikka parantaisi pelin toteutusta huomattavasti
Tarkka kuvaus
• Selitä ehdotuksesti tarkasti ja ytimekkäästi, jotta se on ymmärrettävissä niin helposti kuin mahdollista.
The milestone "Geologist" is acquired by "volcanic" hexes, and hexes adjacent to them. The problem is, if a space is covered by a tile, then it's unclear which hexes are "volcanic", which is important information in order to complete the milestone.
Therefore I propose to "highlight" the relevant hexes when hovering over the milestone.
This CSS below will achieve exactly what I want (so...I guess this is a Pull Request?):
.map_3 #main_board:has(.milestone[data-name="GEOLOGIST"]:hover) {
& [data-name="Elysium Mons"],
& [data-name="Hecates Tholus"],
& [data-name="Alba Mons"],
& [data-name="Uranius Tholus"] {
background-color: rgba(255, 0, 0, 0.5);
& .tile{
transform: scale(0.8);
transform-origin: center center;
}
}
}• Mikä on selaimesi?
Google Chrome v134
Raportin historia
Terrafire • Kehittäjät eivät ole vielä tutkineet tätä ehdotusta:
19. maalis 2025 18:24 • Imgur Screenshots of how the proposed CSS looks:
imgur.com/a/HEvcy4k
imgur.com/a/HEvcy4k
Terrafire • Kehittäjät eivät ole vielä tutkineet tätä ehdotusta:
19. maalis 2025 18:29 • I, uh, wrote the CSS using the :has selector, which has.. alright browser support:caniuse.com/css-has
xspuipuke • Kehittäjät eivät ole vielä tutkineet tätä ehdotusta:
20. maalis 2025 10:46 • Alternatively, the popup when hovering over the space should contain the information that this is a volcanic area. This info should also appear in the tooltip when a tile is on the space.
Lisää jotain tähän raporttiin
Lisää tähän mitä tahansa, minkä katsot oleelliseksi tämän bugin toisintamiseksi tai ehdotuksesi ymmärtämiseksi:
- Toinen pöydän tunnus / siirron numero
- Ratkaisiko F5 ongelman?
- Ilmestyykö ongelma useita kertoja? Joka kerta? Satunnaisesti?
- Jos sinulla on kuvankaappaus tästä bugista, voit käyttää Imgur.com:a sen lähettämiseksi. Kopioi ja liitä linkki tähän.