Fix terrain color ratio
This commit is contained in:
parent
4f82ff9819
commit
dba93a21f0
|
@ -257,7 +257,7 @@ export class Arena {
|
|||
return 0;
|
||||
}
|
||||
|
||||
return 83 / 132;
|
||||
return 131 / 180;
|
||||
}
|
||||
|
||||
trySetWeatherOverride(weather: WeatherType): boolean {
|
||||
|
|
Loading…
Reference in New Issue