trevorkosht / Cuphead-GameProject

1 stars 0 forks source link

player behvior changes #14

Open trevorkosht opened 6 days ago

trevorkosht commented 6 days ago

add dash mechanic for left shift remap keys to the following "z" - jump "x" - shoot "W A S D" - no longer moves player "Left and right arrow" - move left and right "up arrow" - aims cuphead's shots upwards "down arrow" - ducks, if jumping then shoots down "up and left/right arrow" - shoot diagonally

add dust for walking effect

change IsGrounded to be a function that returns a bool rather than being a bool

Stop movement if walking into a "wall"

Make player die by resetting the game

zolchen commented 4 days ago

completed: remap keys to the following "z" - jump "x" - shoot "W A S D" - no longer moves player "Left and right arrow" - move left and right whats left: add dash mechanic for left shift

"up arrow" - aims cuphead's shots upwards "down arrow" - ducks, if jumping then shoots down "up and left/right arrow" - shoot diagonally

add dust for walking effect

change IsGrounded to be a function that returns a bool rather than being a bool

Stop movement if walking into a "wall"

Make player die by resetting the game