Skip to content
New issue

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

Enhancement: Store minimap zoom level in the game properties #1832

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

CognitiveMist
Copy link
Contributor

Store minimap zoom level in the game properties.

Note: change the version upgrade check as appropriate.

Tested on 0.4.10 (with version upgrade check at 0.4.10).
@phlarx

@@ -763,6 +763,9 @@ public void loadPropertiesFromXML(){
if(Main.isVersionOlderThan(versionNumber, "0.4.9.6")) {
values.add(PropertyValue.lipLispContent);
}
if(Main.isVersionOlderThan(versionNumber, "0.4.10.1")) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: make sure this is the correct version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant