Trying to create a camera similar to Super Mario World's #393
|
In mario games like Mario World, there is a dead zone like that in the phantom camera, yet the camera always follows behind the player to allow them to see ahead (example). I've tried creating a similar system but despite setting an offset, the camera does not show ahead of the player and always ends up behind them instead of ahead of them. Any possible fixes? |
Answered by
ramokz
Mar 1, 2026
Replies: 2 comments
|
This is something others have asked about too. There is a draft PR in #284; however, I suspect that it has been abandoned by this point. So I will likely be looking at implementing a solution myself at some point post-v0.9 release. |
0 replies
|
Resolved for 2D scenes in the 0.11 release with the addition of the Lookahead functionality. |
0 replies
Answer selected by
ramokz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resolved for 2D scenes in the 0.11 release with the addition of the Lookahead functionality.