-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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 unit tests for Parallax2D
#95650
Conversation
cc @markdibarry |
Please use clang-format or the precommit hook, see here, to fix your style instead |
Please squash commits into one, see PR workflow (and ensure the resulting commit has a short descriptive title). |
37bfa81
to
7ae9f6b
Compare
Parallax2D
Please fix the commit message to follow the style, the PR title would be good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style looks good otherwise
7ae9f6b
to
1b4d193
Compare
- Added test cases for setting and getting key properties of Parallax2D, including: - Scroll scale - Repeat size and times - Autoscroll - Scroll and screen offset - Limit begin and end - Follow viewport and ignore camera scroll flags
6113258
to
3d13d90
Compare
Thanks! |
In this PR I have added unit tests for parallax_2d.h for the tracker #43440
The tests include