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

Add look inversion settings #876

Merged
merged 2 commits into from
Nov 17, 2024
Merged

Add look inversion settings #876

merged 2 commits into from
Nov 17, 2024

Conversation

toberge
Copy link
Contributor

@toberge toberge commented Nov 15, 2024

Closes #874

@toberge toberge changed the title Feature/look inversion settings Add look inversion settings Nov 15, 2024
@toberge toberge force-pushed the feature/look-inversion-settings branch from 7c43d4e to ada3a10 Compare November 15, 2024 23:38
@toberge toberge marked this pull request as ready for review November 15, 2024 23:38
@toberge toberge requested a review from Fueredoriku November 15, 2024 23:38
Copy link
Contributor

@Fueredoriku Fueredoriku left a comment

Choose a reason for hiding this comment

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

Looks good and seem to work as expected! 👍

My only feedback is that I would consider refactoring SettingsDataInstance to something more descriptive than just Data, but I'm not picky so I'll leave an approve anyway 😎

@toberge
Copy link
Contributor Author

toberge commented Nov 17, 2024

My only feedback is that I would consider refactoring SettingsDataInstance to something more descriptive than just Data, but I'm not picky so I'll leave an approve anyway 😎

My problem with the original name was that it repeats the information that is already present in the class name, and in all cases (I think) the data instance thingy is accessed through the whole SettingsDataManager.SIngleton shebang. I'd like to resolve this more cleanly with read-only properties that access a private instance of the SettingsData, but that'll have to happen in another PR.

@toberge toberge merged commit c1cf97d into dev Nov 17, 2024
1 of 2 checks passed
@toberge toberge deleted the feature/look-inversion-settings branch November 17, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Invert look option (mwahaha)
2 participants