-
Notifications
You must be signed in to change notification settings - Fork 13
Add penguin runner #9
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,7 @@ | |
| "fishman", | ||
| "frog", | ||
| "otter", | ||
| "penguin", | ||
| "rabbit", | ||
| "squirrel", | ||
| "escapement", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "author": "finn (bishoe01)", | ||
| "displayName": "Penguin" | ||
| } |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The left and right legs don't seem to alternate forward (meaning it doesn't really look like it's walking properly). Is this intentional?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, that wasn’t intentional. I used Kirby’s walk cycle as inspiration and made the foot motion more pronounced, but I realized this can make the character appear to be moving backward in some frames. I’ve updated the animation to make the alternating foot motion clearer. Please let me know if it still looks off.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you would prefer a more even left-right gait, I can revise it accordingly.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm sorry, but it still doesn't look like it's walking smoothly. |
Uh oh!
There was an error while loading. Please reload this page.