-
Notifications
You must be signed in to change notification settings - Fork 10
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 camera view editing mode #100
Conversation
src/modules/tas_studio/editor/mod.rs
Outdated
@@ -296,6 +305,23 @@ struct InsertCameraLineAdjustment { | |||
did_split: bool, | |||
} | |||
|
|||
/// Camera view edit modes. | |||
/// | |||
/// `Alt` adjusts differently for different kinds of line. |
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.
Could you describe here what exactly it does?
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.
Alt is in case you want the result to be something like target yaw offset or target yaw velocity lock.
Thanks |
Closes #96
I think the organizing is a bit weird. Not sure how to go around that because this needs the game itself to work.
Need YaLTeR/BunnymodXT#520 to have it work.