We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphs should be drawn from right to left or the axis should change. I dont remember what it looks like in the original game. .
The text was updated successfully, but these errors were encountered:
From the original manual:
Sorry, something went wrong.
Fix in Popupbox.DrawResourceStatisticsBox() From SetResourceChartValue(chartData, i, Math.Min((historicalData[i] * multiplier) >> 16, 64)); To SetResourceChartValue(chartData, 111-i, Math.Min((historicalData[i] * multiplier) >> 16, 64));
No branches or pull requests
Graphs should be drawn from right to left or the axis should change. I dont remember what it looks like in the original game.
.
The text was updated successfully, but these errors were encountered: