-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Replace Buggy DT/Camera with SharkPool/Camera #1885
base: master
Are you sure you want to change the base?
Conversation
!format |
1 similar comment
!format |
can't wait for someone to merge this |
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.
First round
!format |
!format |
Just throwing this out there, I think adding a |
Why not just make a separate camera for that sprite/clone |
Yeah, that's fair. Just figured we could do it like HaxeFlixel does. |
QQ202521-173839.mp4I'm trying to bind the clone arrow in the video to some specified Camera, but its xy doesn't seem to be accurate, it only works when I try to update the Camera, am I doing something wrong? ;-; |
Try pausing the arrow movement and setting the camera position to random amounts. Also in the video it's not clear whether the camera x started at 100 |
Yes, the x of the camera I set it to 100 at the beginning, and then I added the blocks in the diagram and removed the blocks related to the X movement, and strangely the arrow was at 0 instead of 100 |
I don't understand what you're talking about |
Please... |
Resolves #930
Resolves #1839
Remake of DTs buggy camera extension with inspiration from PenguinMods camera extension.
This fixes all known issues with DT's camera. Interpolation support is still yet to be finished but GarboMuffin needs to add a api to allow inserting interpolation data
:)