Refactor weather system to consolidate weather data handling; remove redundant weather API endpoint and related components, ensuring a single weather reading represents the entire world. Update UI to toggle weather effects and enhance rendering logic for improved visual consistency. Adjust documentation to reflect changes in weather data structure and API responses.
This commit is contained in:
@@ -120,6 +120,14 @@
|
||||
<button type="button" class="speed-button" data-scale="4">x4</button>
|
||||
</div>
|
||||
</div>
|
||||
<button
|
||||
id="weather-toggle"
|
||||
type="button"
|
||||
class="icon-button"
|
||||
title="Hide weather effects"
|
||||
aria-label="Weather effects"
|
||||
aria-pressed="true"
|
||||
>🌦</button>
|
||||
<button id="game-theme-toggle" type="button" class="icon-button" title="Switch theme" aria-label="Switch theme">
|
||||
☾
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user