Fix terrain color ratio

This commit is contained in:
Flashfyre 2024-04-02 20:25:35 -04:00
parent 4f82ff9819
commit dba93a21f0
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ export class Arena {
return 0;
}
return 83 / 132;
return 131 / 180;
}
trySetWeatherOverride(weather: WeatherType): boolean {