-
Notifications
You must be signed in to change notification settings - Fork 79
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
Renamed files and classes to match new godot-xr-tools standard. #190
Conversation
c0161c7
to
e1c72f2
Compare
The movement provider instances have filenames of movement_xxx.gd/movement_xxx.tscn; however the classes are XRToolsXxxMovement. The order-change was correctly done for the files to group them easier; however the order-change has not yet been applied to the classes. |
e1c72f2
to
b539680
Compare
Looking good! I think we should consistently name the files according to the class, we can omit XRTools in the filenames. Within Godot the inheritence will group classes by type automatically as movement functions are extended from the movement provider class. |
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.
A few notes.
… gdlint cleanups. Changes based on code-review and debugging.
b539680
to
36b15a0
Compare
This pull request fixes issue #40 by applying the new naming standard. Specifically: