Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Wizard jump is buggy when going down slopes #33

Open
1 task done
MattsAttack opened this issue Feb 5, 2024 · 4 comments
Open
1 task done

Wizard jump is buggy when going down slopes #33

MattsAttack opened this issue Feb 5, 2024 · 4 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@MattsAttack
Copy link
Contributor

MattsAttack commented Feb 5, 2024

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

  1. Go to a down slope
  2. 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
@MattsAttack MattsAttack added the bug Something isn't working label Feb 5, 2024
@lishaduck
Copy link
Member

I was just about to file this, but you beat me to it!

@iiAzui
Copy link
Contributor

iiAzui commented Feb 5, 2024 via email

@lishaduck lishaduck added this to the State milestone Feb 6, 2024
@lishaduck
Copy link
Member

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.

@lishaduck
Copy link
Member

FYI, floaty = 1 breaks all jumping, not just movement while jumping.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants