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

Added control scheme for 2d scenes #5

Merged
merged 6 commits into from
Nov 10, 2023

Conversation

MaikoVDV
Copy link
Contributor

Added 'orthographic' option to SpectatorSettings. Disables mouse looking & capturing. Makes W and S control y-axis movement.
This should significantly improve the experience in 2D scenes.
Added a 2D example scene.

@Shatur
Copy link
Collaborator

Shatur commented Jul 21, 2023

Could you update it to Bevy 0.11?

@MaikoVDV
Copy link
Contributor Author

Done!
Also, I ran into an issue in the 3D example scene where PbrBundles wouldn't display materials (they were all that beautiful pinkish purple). Might this be a problem on my end or are you experiencing something similar?

@Shatur
Copy link
Collaborator

Shatur commented Jul 22, 2023

Also, I ran into an issue in the 3D example scene where PbrBundles wouldn't display materials (they were all that beautiful pinkish purple).

Thanks, fixed it in the latest master.

Copy link
Collaborator

@Shatur Shatur left a comment

Choose a reason for hiding this comment

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

I'm fine with this change, minor suggestion.

src/lib.rs Outdated Show resolved Hide resolved
MaikoVDV and others added 3 commits November 10, 2023 00:50
Added 'orthographic' option to SpectatorSettings. Disables mouse looking & capturing. Makes W and S control y-axis movement.
Co-authored-by: Hennadii Chernyshchyk <[email protected]>
@JonahPlusPlus JonahPlusPlus merged commit 38d21d5 into JonahPlusPlus:master Nov 10, 2023
3 checks passed
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.

3 participants