You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
I've noticed that when the wizard is moving down a slope the jump doesn't work. When he stops moving it works. This is most likely due to the jump code being something like if touching_floor which means he's technically falling when on the slope
64e08b9278a3b1424e028c509c125771.mp4
Reproduction steps
Go to a down slope
Run and try to jump
What should have happened?
Wizard should be able to jump
Date
2/4/24
What device are you seeing the problem on?
No response
OS
Windows
Browser
No response
Context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
It's because the wizard is too fast for the slope, we could try increasing
gravity on slopes or just increasing gravity in general (try making the
floaty 1)
It's because the wizard is too fast for the slope, we could try increasing gravity on slopes or just increasing gravity in general (try making the floaty 1)
Looked into this, seems like we're literally floating, so it is gravity that'll need a fix. I'll send in a patch.
Contact Details
No response
What happened?
I've noticed that when the wizard is moving down a slope the jump doesn't work. When he stops moving it works. This is most likely due to the jump code being something like if touching_floor which means he's technically falling when on the slope
64e08b9278a3b1424e028c509c125771.mp4
Reproduction steps
What should have happened?
Wizard should be able to jump
Date
2/4/24
What device are you seeing the problem on?
No response
OS
Windows
Browser
No response
Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: