Skip to content
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

Crouching down and sliding #35

Closed
erlend-sh opened this issue Jul 25, 2021 · 9 comments
Closed

Crouching down and sliding #35

erlend-sh opened this issue Jul 25, 2021 · 9 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@erlend-sh
Copy link
Member

The act of crouching or ducking is essential for dodging certain types of high-flying shots, or making sure you’re 99% safe behind a hard platform.

This will obviously necessitate an additional character art pass as well.

Crouching at speed results in a slide. Funnily enough, this will position our fish characters in their much more natural horizontally aligned posture 🐠

@erlend-sh erlend-sh added the help wanted Extra attention is needed label Jul 25, 2021
@not-fl3
Copy link
Collaborator

not-fl3 commented Jul 25, 2021

we actually have both slide and crunch animations in the fish spritesheet, spritesheet in the game is just little outdated. Here is the latest one:

whale_purple
whale_orange
whale_green
whale_blue

@64kramsystem
Copy link
Member

64kramsystem commented Jul 25, 2021

The act of crouching or ducking is essential for dodging certain types of high-flying shots, or making sure you’re 99% safe behind a hard platform.

This will obviously necessitate an additional character art pass as well.

Crouching at speed results in a slide. Funnily enough, this will position our fish characters in their much more natural horizontally aligned posture tropical_fish

How is this going to play with the platform descension? Right now, "down" will descend a platform (if not solid). Will descend be the canonical "down" + "jump button" (which will required changing jump to be a different button from "up"), and crouch the simple "down"?

@erlend-sh
Copy link
Member Author

erlend-sh commented Jul 26, 2021

we actually have both slide and crunch animations in the fish spritesheet

Aha! All set on the art front then.

Will descend be the canonical "down" + "jump button"

Yep.

which will required changing jump to be a different button from "up"

I’ve only been playing with a gamepad and jumping is already a button there, not joystick-up. So the only changes are:

  1. Crouch on joystick-down
  2. Descend platform on joystick-down+jump-button.

@64kramsystem
Copy link
Member

I’ve only been playing with a gamepad and jumping is already a button there, not joystick-up. So the only changes are:

Ah, right 😅, I've been playing with the keyboard, but that's negligible.

@olefasting
Copy link
Member

If this is up for grabs, I'll take this one. I can also implement all the new animations from the sheet posted by Fedor, above

@olefasting olefasting self-assigned this Jul 28, 2021
@olefasting
Copy link
Member

#50

@olefasting
Copy link
Member

Sliding: #54

@erlend-sh erlend-sh changed the title Crouching down Crouching down and sliding Aug 1, 2021
@SirGiraffey
Copy link
Collaborator

I feel that when crouching, held items or weapons should also be a bit lower as it allows for more precise aiming. Right now, despite crouching, the weapons stay in the same spot

@olefasting
Copy link
Member

I feel that when crouching, held items or weapons should also be a bit lower as it allows for more precise aiming. Right now, despite crouching, the weapons stay in the same spot

I agree. I have already talked about fixing the process around mounting guns in #code on Discord. I personally think this should be done before we address this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants